MVN

org.opendaylight.jsonrpc : features-jsonrpc

Maven & Gradle

Jun 20, 2023

JSON-RPC :: Features :: repository

<dependency>
    <groupId>org.opendaylight.jsonrpc</groupId>
    <artifactId>features-jsonrpc</artifactId>
    <version>1.13.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.jsonrpc : features-jsonrpc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.13.3

All Versions

Choose a version of org.opendaylight.jsonrpc : features-jsonrpc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.14.x
features-jsonrpc-1.14.1
features-jsonrpc-1.14.0
1.13.x
features-jsonrpc-1.13.3
features-jsonrpc-1.13.2
features-jsonrpc-1.13.1
features-jsonrpc-1.13.0
1.12.x
features-jsonrpc-1.12.3
features-jsonrpc-1.12.2
features-jsonrpc-1.12.1
features-jsonrpc-1.12.0
1.11.x
features-jsonrpc-1.11.3
features-jsonrpc-1.11.2
features-jsonrpc-1.11.1
1.10.x
features-jsonrpc-1.10.4
features-jsonrpc-1.10.3
features-jsonrpc-1.10.2
features-jsonrpc-1.10.1
features-jsonrpc-1.10.0
1.9.x
features-jsonrpc-1.9.4
features-jsonrpc-1.9.3
features-jsonrpc-1.9.2
features-jsonrpc-1.9.1
features-jsonrpc-1.9.0
1.8.x
features-jsonrpc-1.8.3
features-jsonrpc-1.8.2
features-jsonrpc-1.8.1
features-jsonrpc-1.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.jsonrpc</groupId>
    <artifactId>features-jsonrpc</artifactId>
    <version>1.13.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.jsonrpc : features-jsonrpc gradle dependency to your build.gradle file:

implementation 'org.opendaylight.jsonrpc:features-jsonrpc:1.13.3'

Gradle Kotlin DSL: Add the following org.opendaylight.jsonrpc : features-jsonrpc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.jsonrpc:features-jsonrpc:1.13.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.jsonrpc : features-jsonrpc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.jsonrpc" % "features-jsonrpc" % "1.13.3"