MVN

org.ow2.cmi : cmi-examples-itests

Maven & Gradle

Sep 07, 2011

CMI: Examples: Integration tests · Some integration tests.

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

Latest Version

Choose a version of org.ow2.cmi : cmi-examples-itests to add to Maven - Latest Versions:

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

All Versions

Choose a version of org.ow2.cmi : cmi-examples-itests to add to Maven - All Versions:

Version Vulnerabilities Updated
2.2.x
cmi-examples-itests-2.2.6
cmi-examples-itests-2.2.5
cmi-examples-itests-2.2.4
cmi-examples-itests-2.2.3
cmi-examples-itests-2.2.2
cmi-examples-itests-2.2.1
2.1.x
cmi-examples-itests-2.1.4
cmi-examples-itests-2.1.3
cmi-examples-itests-2.1.2
cmi-examples-itests-2.1.1
cmi-examples-itests-2.1.0
2.0.x
cmi-examples-itests-2.0.10
cmi-examples-itests-2.0.9
2.0
cmi-examples-itests-2.0-RC8b
cmi-examples-itests-2.0-RC8

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement