<dependency>
<groupId>com.github.jsonld-java</groupId>
<artifactId>jsonld-java</artifactId>
<version>0.8.2</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='com.github.jsonld-java', module='jsonld-java', version='0.8.2')
)
<parent> <groupId>com.github.jsonld-java</groupId> <artifactId>jsonld-java-parent</artifactId> <version>0.8.2</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.apache.httpcomponents:httpclient-osgi
|-- org.apache.httpcomponents:httpcore-osgi
test
|-- junit:junit