Skip to content

meme20200/minehut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Minehut API Wrapper for Java

Maven:

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>

Gradle:

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'

sbt:

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"

Leiningen:

Add it in your project.clj at the end of repositories:

:repositories [["jitpack" "https://jitpack.io"]]

Dependecy:

:dependencies [[com.github.meme20200/minehut "1.1"]]