Skip to content

caspervg/tusk4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tusk4j

Tusk library for Java-based applications.

Installation

Installation is easy using the Maven Central Repository. Just add the following snippet to your pom.xml

<dependencies>
  ...
  <dependency>
      <groupId>net.caspervg.tusk4j</groupId>
      <artifactId>tusk4j</artifactId>
      <version>0.2-RELEASE</version>
  </dependency>
  ...
</dependencies>

API Documentation

Information and examples of the REST API this library is based on can be found on Tusk's SwaggerUI page. This API is still in early development, so the Tusk4J API may also change quite rapidly as Tusk evolves.

Javadoc is available at https://caspervg.net/public/tusk4j.

About

Tusk library for Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages