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