GroupId | GroupIdorg.apache.cxf.osgi.itests |
---|---|
ArtifactId | ArtifactIdorg.apache.cxf.osgi.itests-felix |
Version | Version3.1.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.osgi.itests/org.apache.cxf.osgi.itests-felix/ -->
<dependency>
<groupId>org.apache.cxf.osgi.itests</groupId>
<artifactId>org.apache.cxf.osgi.itests-felix</artifactId>
<version>3.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.osgi.itests/org.apache.cxf.osgi.itests-felix/
implementation 'org.apache.cxf.osgi.itests:org.apache.cxf.osgi.itests-felix:3.1.6'
// https://jarcasting.com/artifacts/org.apache.cxf.osgi.itests/org.apache.cxf.osgi.itests-felix/
implementation ("org.apache.cxf.osgi.itests:org.apache.cxf.osgi.itests-felix:3.1.6")
'org.apache.cxf.osgi.itests:org.apache.cxf.osgi.itests-felix:jar:3.1.6'
<dependency org="org.apache.cxf.osgi.itests" name="org.apache.cxf.osgi.itests-felix" rev="3.1.6">
<artifact name="org.apache.cxf.osgi.itests-felix" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.osgi.itests', module='org.apache.cxf.osgi.itests-felix', version='3.1.6')
)
libraryDependencies += "org.apache.cxf.osgi.itests" % "org.apache.cxf.osgi.itests-felix" % "3.1.6"
[org.apache.cxf.osgi.itests/org.apache.cxf.osgi.itests-felix "3.1.6"]