<dependency>
<groupId>com.github.jsonld-java</groupId>
<artifactId>jsonld-java</artifactId>
<version>0.12.1</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='com.github.jsonld-java', module='jsonld-java', version='0.12.1')
)
<parent> <groupId>com.github.jsonld-java</groupId> <artifactId>jsonld-java-parent</artifactId> <version>0.12.1</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-core:2.9.6
|-- com.fasterxml.jackson.core:jackson-databind:2.9.6
|-- org.apache.httpcomponents:httpclient-osgi:4.5.6
|-- org.apache.httpcomponents:httpcore-osgi:4.4.10
|-- org.slf4j:slf4j-api:1.7.25
runtime
|-- org.slf4j:jcl-over-slf4j:1.7.25
test
|-- junit:junit:4.12