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

GoodData Java SDK Wiki Build Status

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

Usage

The GoodData Java SDK is available in Maven Central Repository, to use it from Maven add to 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.

Dependencies

The GoodData Java SDK uses:

  • the GoodData HTTP client (version 0.8.2 or later)
  • the Apache HTTP Client (version 4.3 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)

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