A JVM client for GrandNode2 API
Icon | Item |
---|---|
📺 | Preview |
📱 | Compatibility |
💻 | Usage |
📩 | Download |
📋 | Features |
🧾 | Changelog |
⚖️ | License |
WIP
JVM11+
WIP
Find the latest version from Maven Artifact
Step 1. Add the Maven repository to your build file
Add it in your root build.gradle at the end of repositories:
repositories {
mavenCentral()
}
Step 2. Add the dependency
dependencies {
implementation 'io.github.TradersTeam:grand-node-java-client:$last_version'
}
Add the dependency
<dependency>
<groupId>io.github.TradersTeam</groupId>
<artifactId>grand-node-java-client</artifactId>
<version>$last_version</version>
<type>aar</type>
</dependency>
dependencies {
implementation("io.github.TradersTeam:grand-node-java-client:$last_version")
}
WIP
WIP
grand-node-java-client is licensed under the GNU General Public License v3.0
Permissions of this strong copyleft license are conditioned on making
available complete source code of licensed works and modifications,
which include larger works using a licensed work, under the same
license. Copyright and license notices must be preserved. Contributors
provide an express grant of patent rights.
WIP