-
Notifications
You must be signed in to change notification settings - Fork 62
Home
Libor Rysavy edited this page Jun 13, 2015
·
14 revisions
The GoodData Java SDK encapsulates the REST API provided by the GoodData platform.
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.
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
See code examples.
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.
