MVN

org.ow2.cmi : cmi-rpc

Maven & Gradle

Sep 07, 2011
11 usages

CMI: RPC · Provide the CMI proxy.

<dependency>
    <groupId>org.ow2.cmi</groupId>
    <artifactId>cmi-rpc</artifactId>
    <version>2.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.cmi : cmi-rpc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.6
  • Latest Release Candidate: 2.0-RC8b

All Versions

Choose a version of org.ow2.cmi : cmi-rpc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
cmi-rpc-2.2.6
cmi-rpc-2.2.5
cmi-rpc-2.2.4
cmi-rpc-2.2.3
cmi-rpc-2.2.2
cmi-rpc-2.2.1
2.1.x
cmi-rpc-2.1.4
cmi-rpc-2.1.3
cmi-rpc-2.1.2
cmi-rpc-2.1.1
cmi-rpc-2.1.0
2.0.x
cmi-rpc-2.0.10
cmi-rpc-2.0.9
2.0
cmi-rpc-2.0-RC8b
cmi-rpc-2.0-RC8
cmi-rpc-2.0-RC7
cmi-rpc-2.0-RC5b
cmi-rpc-2.0-RC6
cmi-rpc-2.0-RC5

How to add a dependency to Maven

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

<dependency>
    <groupId>org.ow2.cmi</groupId>
    <artifactId>cmi-rpc</artifactId>
    <version>2.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.cmi : cmi-rpc gradle dependency to your build.gradle file:

implementation 'org.ow2.cmi:cmi-rpc:2.2.6'

Gradle Kotlin DSL: Add the following org.ow2.cmi : cmi-rpc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.cmi:cmi-rpc:2.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.cmi : cmi-rpc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.cmi" % "cmi-rpc" % "2.2.6"

Advertisement