License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcz.cvut.kbss.jsonld |
ArtifactId | ArtifactIdjb4jsonld |
Version | Version0.8.9 |
Type | Typejar |
Description |
DescriptionJB4JSON-LD
Java Binding for JSON-LD allows serialization and deserialization of Java POJOs to/from JSON-LD.
This is the core implementation, which has to be integrated with Jackson, Jersey etc.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationCzech Technical University in Prague, Knowledge Based and Software Systems Group |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jb4jsonld-0.8.9.pom | |
jb4jsonld-0.8.9.jar | 117 KB |
jb4jsonld-0.8.9-sources.jar | 103 KB |
jb4jsonld-0.8.9-javadoc.jar | 430 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cz.cvut.kbss.jsonld/jb4jsonld/ -->
<dependency>
<groupId>cz.cvut.kbss.jsonld</groupId>
<artifactId>jb4jsonld</artifactId>
<version>0.8.9</version>
</dependency>
// https://jarcasting.com/artifacts/cz.cvut.kbss.jsonld/jb4jsonld/
implementation 'cz.cvut.kbss.jsonld:jb4jsonld:0.8.9'
// https://jarcasting.com/artifacts/cz.cvut.kbss.jsonld/jb4jsonld/
implementation ("cz.cvut.kbss.jsonld:jb4jsonld:0.8.9")
'cz.cvut.kbss.jsonld:jb4jsonld:jar:0.8.9'
<dependency org="cz.cvut.kbss.jsonld" name="jb4jsonld" rev="0.8.9">
<artifact name="jb4jsonld" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.cvut.kbss.jsonld', module='jb4jsonld', version='0.8.9')
)
libraryDependencies += "cz.cvut.kbss.jsonld" % "jb4jsonld" % "0.8.9"
[cz.cvut.kbss.jsonld/jb4jsonld "0.8.9"]
Group / Artifact | Type | Version |
---|---|---|
cz.cvut.kbss.jopa : jopa-api | jar | 0.17.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
org.mockito : mockito-core | jar | 4.2.0 |
org.mockito : mockito-junit-jupiter | jar | 4.2.0 |
org.hamcrest : hamcrest | jar | 2.2 |
com.github.jsonld-java : jsonld-java | jar | 0.13.4 |
ch.qos.logback : logback-classic | jar | 1.2.10 |