License |
License |
---|---|
Categories |
CategoriesJava Languages JSON Data |
GroupId | GroupIdcom.github.jsonld-java |
ArtifactId | ArtifactIdjsonld-java-integration |
Last Version | Last Version0.6.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJSONLD Java :: Integration Modules Parent
Json-LD integration with other java RDF frameworks
|
Filename | Size |
---|---|
jsonld-java-integration-0.6.0.pom | 789 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jsonld-java/jsonld-java-integration/ -->
<dependency>
<groupId>com.github.jsonld-java</groupId>
<artifactId>jsonld-java-integration</artifactId>
<version>0.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jsonld-java/jsonld-java-integration/
implementation 'com.github.jsonld-java:jsonld-java-integration:0.6.0'
// https://jarcasting.com/artifacts/com.github.jsonld-java/jsonld-java-integration/
implementation ("com.github.jsonld-java:jsonld-java-integration:0.6.0")
'com.github.jsonld-java:jsonld-java-integration:pom:0.6.0'
<dependency org="com.github.jsonld-java" name="jsonld-java-integration" rev="0.6.0">
<artifact name="jsonld-java-integration" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jsonld-java', module='jsonld-java-integration', version='0.6.0')
)
libraryDependencies += "com.github.jsonld-java" % "jsonld-java-integration" % "0.6.0"
[com.github.jsonld-java/jsonld-java-integration "0.6.0"]