is not current version
Last Version 2.2.6

org.ow2.cmi:cmi-examples-client 2.0-RC8

Some integration tests for CMI Clients.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.ow2.cmi
ArtifactId

ArtifactId

cmi-examples-client
Version

Version

2.0-RC8
Type

Type

jar

Download cmi-examples-client 2.0-RC8


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