Repository:
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
Dependency:
<dependency>
<groupId>com.github.meme20200</groupId>
<artifactId>minehut</artifactId>
<version>1.1</version>
</dependency>
Add it in your root build.gradle at the end of repositories:
maven { url 'https://jitpack.io' }
Dependency:
implementation 'com.github.meme20200:minehut:1.1'
Add it in your build.sbt at the end of resolvers:
resolvers += "jitpack" at "https://jitpack.io"
Dependency:
libraryDependencies += "com.github.meme20200" % "minehut" % "1.1"
Add it in your project.clj at the end of repositories:
:repositories [["jitpack" "https://jitpack.io"]]
Dependecy:
:dependencies [[com.github.meme20200/minehut "1.1"]]