Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

libgraviton/gdk-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graviton Development Kit for Java

Build Status Coverage Status Maven Central javadoc.io

What is it

The GDK is a base library which can be used for easily accessing a Graviton based REST API.

Modules

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.

API Doc

Please see the gdk-core javadoc

Using the library

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