is not current version
Last Version 2.2.6

org.ow2.cmi:cmi-example-base 2.2.5

Base for CMI examples.

GroupId

GroupId

org.ow2.cmi
ArtifactId

ArtifactId

cmi-example-base
Version

Version

2.2.5
Type

Type

jar

Download cmi-example-base 2.2.5


<!-- https://jarcasting.com/artifacts/org.ow2.cmi/cmi-example-base/ -->
<dependency>
    <groupId>org.ow2.cmi</groupId>
    <artifactId>cmi-example-base</artifactId>
    <version>2.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.cmi/cmi-example-base/
implementation 'org.ow2.cmi:cmi-example-base:2.2.5'
// https://jarcasting.com/artifacts/org.ow2.cmi/cmi-example-base/
implementation ("org.ow2.cmi:cmi-example-base:2.2.5")
'org.ow2.cmi:cmi-example-base:jar:2.2.5'
<dependency org="org.ow2.cmi" name="cmi-example-base" rev="2.2.5">
  <artifact name="cmi-example-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.cmi', module='cmi-example-base', version='2.2.5')
)
libraryDependencies += "org.ow2.cmi" % "cmi-example-base" % "2.2.5"
[org.ow2.cmi/cmi-example-base "2.2.5"]