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