The GDK is a base library which can be used for easily accessing a Graviton based REST API.
The GDK for Java is split into two modules:
- gdk-core: Contains all the magic to use the generated POJOs with the REST API. See also the gdk-core documentation.
- gdk-maven-plugin: Provides a maven plugin which allows you to generate Graviton POJOs during
mvn install
. See also the maven plugin documentation.
Please see the gdk-core javadoc
You can use this library in your project by including this in your pom.xml
:
<dependencies>
<dependency>
<groupId>com.github.libgraviton</groupId>
<artifactId>gdk-core</artifactId>
<version>LATEST</version>
</dependency>
</dependencies>
Make sure that version
points to the newest release on maven central (see badge above).