MVN

org.opendaylight.ocpplugin.ocpjava : simple-client

Maven & Gradle

May 11, 2018

OCP Protocol Simple Client

<dependency>
    <groupId>org.opendaylight.ocpplugin.ocpjava</groupId>
    <artifactId>simple-client</artifactId>
    <version>0.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.ocpplugin.ocpjava : simple-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.3

All Versions

Choose a version of org.opendaylight.ocpplugin.ocpjava : simple-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
simple-client-0.3.3
simple-client-0.3.2
simple-client-0.3.1
simple-client-0.3.0
0.2.x
simple-client-0.2.4-Carbon
simple-client-0.2.3-Carbon
simple-client-0.2.2-Carbon
simple-client-0.2.1-Carbon
simple-client-0.2.0-Carbon
0.1.x
simple-client-0.1.4-Boron-SR4
simple-client-0.1.3-Boron-SR3
simple-client-0.1.2-Boron-SR2
simple-client-0.1.1-Boron-SR1
simple-client-0.1.0-Boron

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.ocpplugin.ocpjava</groupId>
    <artifactId>simple-client</artifactId>
    <version>0.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.ocpplugin.ocpjava : simple-client gradle dependency to your build.gradle file:

implementation 'org.opendaylight.ocpplugin.ocpjava:simple-client:0.3.3'

Gradle Kotlin DSL: Add the following org.opendaylight.ocpplugin.ocpjava : simple-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.ocpplugin.ocpjava:simple-client:0.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.ocpplugin.ocpjava : simple-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.ocpplugin.ocpjava" % "simple-client" % "0.3.3"