MVN

org.opendaylight.jsonrpc : jsonrpc-provider-single

Maven & Gradle

Jun 20, 2023
1 usages

JSON-RPC :: Provider :: Single node

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

Latest Version

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

  • Latest Stable: 1.13.3

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.opendaylight.jsonrpc:jsonrpc-provider-single:1.13.3'

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

implementation("org.opendaylight.jsonrpc:jsonrpc-provider-single:1.13.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.jsonrpc" % "jsonrpc-provider-single" % "1.13.3"

Advertisement