MVN

org.ow2.cmi : cmi-all

Maven & Gradle

May 22, 2008
2 usages

CMI: All · Provide a module that provides all modules required to embed CMI (excepted the smart factory, examples and rmi modules).

<dependency>
    <groupId>org.ow2.cmi</groupId>
    <artifactId>cmi-all</artifactId>
    <version>2.0-RC7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0-RC7
  • Latest Release Candidate: 2.0-RC7

All Versions

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

Version Vulnerabilities Updated
2.0
cmi-all-2.0-RC7
cmi-all-2.0-RC5b
cmi-all-2.0-RC6
cmi-all-2.0-RC5

How to add a dependency to Maven

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

<dependency>
    <groupId>org.ow2.cmi</groupId>
    <artifactId>cmi-all</artifactId>
    <version>2.0-RC7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.ow2.cmi:cmi-all:2.0-RC7'

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

implementation("org.ow2.cmi:cmi-all:2.0-RC7")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.ow2.cmi" % "cmi-all" % "2.0-RC7"

Advertisement