The GoodData REST Common provides set of REST releated utility functions for Java. It is free and open-source software provided "as-is" under the BSD License as an official project by GoodData Corporation.
The GoodData REST Common is available in Maven Central Repository, to use it from Maven add to pom.xml
:
<dependency>
<groupId>com.gooddata</groupId>
<artifactId>gooddata-rest-common</artifactId>
<version>{MAJOR}.{MINOR}.{PATCH}</version>
</dependency>
The GoodData REST Common uses:
- the Spring Framework version 5.*
- the Jackson JSON Processor version 2.10.*
- the Java Development Kit (JDK) version 11 or later to build, can run on 8 and later
Build the library with mvn package
Found a bug? Please create an issue.