/gooddata-rest-common

GoodData REST Common Library

Primary LanguageJavaOtherNOASSERTION

GoodData REST Common Build Status Javadocs Maven Central Coverage Status

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.

Usage

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>

Dependencies

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

Development

Build the library with mvn package

Contribute

Found a bug? Please create an issue.