GroupId | GroupIdorg.ow2.cmi.osgi |
---|---|
ArtifactId | ArtifactIdcmi-itests |
Version | Version2.2.1 |
Type | Typepom |
Filename | Size |
---|---|
cmi-itests-2.2.1.pom | 967 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.cmi.osgi/cmi-itests/ -->
<dependency>
<groupId>org.ow2.cmi.osgi</groupId>
<artifactId>cmi-itests</artifactId>
<version>2.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.cmi.osgi/cmi-itests/
implementation 'org.ow2.cmi.osgi:cmi-itests:2.2.1'
// https://jarcasting.com/artifacts/org.ow2.cmi.osgi/cmi-itests/
implementation ("org.ow2.cmi.osgi:cmi-itests:2.2.1")
'org.ow2.cmi.osgi:cmi-itests:pom:2.2.1'
<dependency org="org.ow2.cmi.osgi" name="cmi-itests" rev="2.2.1">
<artifact name="cmi-itests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.cmi.osgi', module='cmi-itests', version='2.2.1')
)
libraryDependencies += "org.ow2.cmi.osgi" % "cmi-itests" % "2.2.1"
[org.ow2.cmi.osgi/cmi-itests "2.2.1"]