MVN

cz.cvut.kbss.jsonld : jb4jsonld

Maven & Gradle

Jul 31, 2023
1 usages
9 stars

JB4JSON-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.

<dependency>
    <groupId>cz.cvut.kbss.jsonld</groupId>
    <artifactId>jb4jsonld</artifactId>
    <version>0.13.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cz.cvut.kbss.jsonld : jb4jsonld to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13.1

All Versions

Choose a version of cz.cvut.kbss.jsonld : jb4jsonld to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13.x
jb4jsonld-0.13.1
jb4jsonld-0.13.0
0.12.x
jb4jsonld-0.12.3
jb4jsonld-0.12.2
jb4jsonld-0.12.1
jb4jsonld-0.12.0
0.11.x
jb4jsonld-0.11.0
0.10.x
jb4jsonld-0.10.2
jb4jsonld-0.10.1
jb4jsonld-0.10.0
0.9.x
jb4jsonld-0.9.0
0.8.x
jb4jsonld-0.8.9
jb4jsonld-0.8.8
jb4jsonld-0.8.7
jb4jsonld-0.8.6
jb4jsonld-0.8.4
jb4jsonld-0.8.3
jb4jsonld-0.8.2
jb4jsonld-0.8.1
jb4jsonld-0.8.0
0.7.x
jb4jsonld-0.7.1
jb4jsonld-0.7.0
0.6.x
jb4jsonld-0.6.0
0.5.x
jb4jsonld-0.5.1
jb4jsonld-0.5.0
0.4.x
jb4jsonld-0.4.0
0.3.x
jb4jsonld-0.3.8
jb4jsonld-0.3.7
jb4jsonld-0.3.6
jb4jsonld-0.3.5
jb4jsonld-0.3.4
jb4jsonld-0.3.3
jb4jsonld-0.3.2
jb4jsonld-0.3.1
0.2.x
jb4jsonld-0.2.1
jb4jsonld-0.2.0
0.1.x
jb4jsonld-0.1.1
jb4jsonld-0.1.0

How to add a dependency to Maven

Add the following cz.cvut.kbss.jsonld : jb4jsonld maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cz.cvut.kbss.jsonld</groupId>
    <artifactId>jb4jsonld</artifactId>
    <version>0.13.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cz.cvut.kbss.jsonld : jb4jsonld gradle dependency to your build.gradle file:

implementation 'cz.cvut.kbss.jsonld:jb4jsonld:0.13.1'

Gradle Kotlin DSL: Add the following cz.cvut.kbss.jsonld : jb4jsonld gradle kotlin dependency to your build.gradle.kts file:

implementation("cz.cvut.kbss.jsonld:jb4jsonld:0.13.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cz.cvut.kbss.jsonld : jb4jsonld sbt scala dependency to your build.sbt file:

libraryDependencies += "cz.cvut.kbss.jsonld" % "jb4jsonld" % "0.13.1"

Advertisement