- Compatible with the XOF API v1.2+
- Jars uploaded to GitHub Packages
Maven:
<dependency>
<groupId>com.github.danzx.xof</groupId>
<artifactId>xof-client</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.github.danzx.xof</groupId>
<artifactId>xof-client-core</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.github.danzx.xof</groupId>
<artifactId>xof-client-spring-boot-starter</artifactId>
<version>1.0</version>
</dependency>
Gradle:
implementation 'com.github.danzx.xof:xof-client:1.0'
implementation 'com.github.danzx.xof:xof-client-core:1.0'
implementation 'com.github.danzx.xof:xof-client-spring-boot-starter:1.0'