Skip to content

duncte123/weeb.java

Repository files navigation

Weeb.java

A java wrapper for weeb.sh

TODO:

  • write documentation and better examples

Instalation & documentation

You can install the wrapper with the following dependency managers.

The docs are available here

The current latest version is: version

Maven

<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>

Gradle

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

Examples for all methods can be found in the test_but_stop_running directory

Libs used

About

A java wrapper for the weeb.sh api

Resources

License

Stars

Watchers

Forks

Languages