| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcz.cvut.kbss.jsonld |
| ArtifactId | ArtifactIdjb4jsonld |
| Last Version | Last Version0.9.0 |
| Release Date | Release Date |
| 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.9.0.pom | |
| jb4jsonld-0.9.0.jar | 97 KB |
| jb4jsonld-0.9.0-sources.jar | 78 KB |
| jb4jsonld-0.9.0-javadoc.jar | 340 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cz.cvut.kbss.jsonld/jb4jsonld/ -->
<dependency>
<groupId>cz.cvut.kbss.jsonld</groupId>
<artifactId>jb4jsonld</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/cz.cvut.kbss.jsonld/jb4jsonld/
implementation 'cz.cvut.kbss.jsonld:jb4jsonld:0.9.0'
// https://jarcasting.com/artifacts/cz.cvut.kbss.jsonld/jb4jsonld/
implementation ("cz.cvut.kbss.jsonld:jb4jsonld:0.9.0")
'cz.cvut.kbss.jsonld:jb4jsonld:jar:0.9.0'
<dependency org="cz.cvut.kbss.jsonld" name="jb4jsonld" rev="0.9.0">
<artifact name="jb4jsonld" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.cvut.kbss.jsonld', module='jb4jsonld', version='0.9.0')
)
libraryDependencies += "cz.cvut.kbss.jsonld" % "jb4jsonld" % "0.9.0"
[cz.cvut.kbss.jsonld/jb4jsonld "0.9.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| cz.cvut.kbss.jopa : jopa-api | jar | 0.18.5 |
| 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.3.1 |
| org.mockito : mockito-junit-jupiter | jar | 4.3.1 |
| org.hamcrest : hamcrest | jar | 2.2 |
| com.github.jsonld-java : jsonld-java | jar | 0.13.4 |
| ch.qos.logback : logback-classic | jar | 1.2.11 |