Skip to content

standevgd/gooddata-rest-common

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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>TODO</version>
</dependency>

Dependencies

The GoodData REST Common uses:

  • the Spring Framework version 4.3.*
  • the Jackson JSON Processor version 2.8.*
  • the Java Development Kit (JDK) version 8 or 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

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%