sudachi
Getting Started
Installation
pom.xml
<repository>
<id>github</id>
<name>sudachi</name>
<url>https://maven.pkg.github.com/2mug1/sudachi</url>
</repository>
<dependency>
<groupId>net.iamtakagi</groupId>
<artifactId>sudachi</artifactId>
<version>1.0.6</version>
<scope>compile</scope>
</dependency>
build.gradle
repositories {
maven (url = "https://maven.pkg.github.com/2mug1/sudachi")
}
dependencies {
implementation("net.iamtakagi:sudachi:1.0.6")
}
LICENSE
MIT License (© 2022 iamtakagi)