MVN

org.eclipse.edc : json-ld-spi

Maven & Gradle

Aug 18, 2023
269 stars

json-ld-spi · edc :: json-ld-spi

<dependency>
    <groupId>org.eclipse.edc</groupId>
    <artifactId>json-ld-spi</artifactId>
    <version>0.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.edc : json-ld-spi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.1

All Versions

Choose a version of org.eclipse.edc : json-ld-spi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
json-ld-spi-0.2.1
json-ld-spi-0.2.0
0.1.x
json-ld-spi-0.1.3
json-ld-spi-0.1.2
json-ld-spi-0.1.1
json-ld-spi-0.1.0
0.0.x
json-ld-spi-0.0.1-milestone-9

How to add a dependency to Maven

Add the following org.eclipse.edc : json-ld-spi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.edc</groupId>
    <artifactId>json-ld-spi</artifactId>
    <version>0.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.edc : json-ld-spi gradle dependency to your build.gradle file:

implementation 'org.eclipse.edc:json-ld-spi:0.2.1'

Gradle Kotlin DSL: Add the following org.eclipse.edc : json-ld-spi gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.edc:json-ld-spi:0.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.edc : json-ld-spi sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.edc" % "json-ld-spi" % "0.2.1"