MVN

org.semantictools : semantictools-jsonld

Maven & Gradle

Nov 25, 2013
1 usages
3 stars

SemanticTools JSON-LD · A library used for JSON-LD processing

<dependency>
    <groupId>org.semantictools</groupId>
    <artifactId>semantictools-jsonld</artifactId>
    <version>1.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.semantictools : semantictools-jsonld to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.24

All Versions

Choose a version of org.semantictools : semantictools-jsonld to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.24
semantictools-jsonld-1.24
1.22
semantictools-jsonld-1.22
1.17
semantictools-jsonld-1.17

How to add a dependency to Maven

Add the following org.semantictools : semantictools-jsonld maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.semantictools</groupId>
    <artifactId>semantictools-jsonld</artifactId>
    <version>1.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.semantictools : semantictools-jsonld gradle dependency to your build.gradle file:

implementation 'org.semantictools:semantictools-jsonld:1.24'

Gradle Kotlin DSL: Add the following org.semantictools : semantictools-jsonld gradle kotlin dependency to your build.gradle.kts file:

implementation("org.semantictools:semantictools-jsonld:1.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.semantictools : semantictools-jsonld sbt scala dependency to your build.sbt file:

libraryDependencies += "org.semantictools" % "semantictools-jsonld" % "1.24"