Skip to content
Libor Rysavy edited this page Jun 17, 2015 · 14 revisions

GoodData Java SDK Wiki Build Status

The GoodData Java SDK encapsulates the REST API provided by the GoodData platform.

Dependencies

The GoodData Java SDK uses:

  • the GoodData HTTP client version 0.8.2 or later
  • the Apache HTTP Client version 4.3.x or later, for white-labeled domains at least version 4.3.2 is required
  • the Spring Framework version 3.x
  • the Jackson JSON Processor version 1.9.x
  • the Java Development Kit (JDK) version 7 or later

Usage

The GoodData Java SDK is available in Maven Central Repository, to use it from Maven add dependency to your pom.xml:

<dependency>
    <groupId>cz.geek</groupId>
    <artifactId>gooddata-java</artifactId>
    <version>0.16.0</version>
</dependency>

See releases page for information about versions and notable changes.

Code Examples

See code examples.

License

The GoodData Java SDK is free and open-source software under BSD License.

##Contribute Missing functionality? Found a BUG? Please create an issue or simply contribute your code.

Clone this wiki locally