A java wrapper for weeb.sh
- write documentation and better examples
You can install the wrapper with the following dependency managers.
The docs are available here
The current latest version is:
<repository>
<id>duncte123</id>
<name>duncte123-maven</name>
<url>https://m2.duncte123.dev/releases</url>
</repository>
<dependency>
<groupId>me.duncte123</groupId>
<artifactId>weebJava</artifactId>
<version>[LATEST-VERSION]</version>
</dependency>
repositories {
maven {
url = 'https://m2.duncte123.dev/releases'
}
}
dependencies {
compile 'me.duncte123:weebJava:[LATEST-VERSION]'
}
Make sure to replace [LATEST-VERSION]
with whatever the latest version is
Examples for all methods can be found in the test_but_stop_running
directory