This repository only serves the point of providing access to the method signatures of ItemsAdder's Java API.
This repository does NOT contain the source code of ItemsAdder, to test and use this, you will still require a copy of ItemsAdder!
You can find an overview of all packages here:
https://github.com/LoneDev6/API-ItemsAdder/packages/
Alternatively you can directly reference this library using Maven or Gradle by following the instructions outlined below.
To build your project against this library, simply include one of the following references in your pom.xml
:
Add this to your <repositories> section:
<repository>
<id>jitpack-repo</id>
<url>https://jitpack.io</url>
</repository>
In your <dependencies> section (Replace VERSION
with the latest release of this package):
<dependency>
<groupId>com.github.LoneDev6</groupId>
<artifactId>api-itemsadder</artifactId>
<version>VERSION</version>
<scope>provided</scope>
</dependency>
Add this to your <repositories> section:
<repository>
<id>itemsadder-repo</id>
<url>https://maven.pkg.github.com/LoneDev6/API-ItemsAdder</url>
</repository>
In your <dependencies> section (Replace VERSION
with the latest release of this package):
<dependency>
<groupId>dev.lone</groupId>
<artifactId>api-itemsadder</artifactId>
<version>VERSION</version>
<scope>provided</scope>
</dependency>
Note here that the GitHub package repository requires authentication! (Read more)
Alternatively, you can also include the dependency using jitpack.io.
Repository:
repositories {
maven {
url 'https://maven.pkg.github.com/LoneDev6/API-ItemsAdder'
}
}
Artifact (Replace VERSION
with the latest release of this package):
dependencies {
compileOnly 'dev.lone:api-itemsadder:VERSION'
}
Note here that the GitHub package repository requires authentication! (Read more)
Alternatively, you can also include the dependency using jitpack.io.
Repository:
repositories {
maven {
url 'https://jitpack.io'
}
}
Artifact (Replace VERSION
with the latest release of this package):
dependencies {
compileOnly 'com.github.LoneDev6:API-ItemsAdder:VERSION'
}
https://github.com/LoneDev6/API-ItemsAdder-Example-GUI
https://github.com/LoneDev6/API-ItemsAdder-Example-ServerMonitor