Skip to content

yenkins/gooddata-rest-common

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoodData REST Common Build Status Javadocs Maven Central

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>2.0.0</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.

About

GoodData REST Common Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 63.3%
  • Groovy 36.7%