GroupId | GroupIdorg.apache.servicemix.tooling |
---|---|
ArtifactId | ArtifactIdservicemix-osgi-bundle |
Version | Version2010.02 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.tooling/servicemix-osgi-bundle/ -->
<dependency>
<groupId>org.apache.servicemix.tooling</groupId>
<artifactId>servicemix-osgi-bundle</artifactId>
<version>2010.02</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.tooling/servicemix-osgi-bundle/
implementation 'org.apache.servicemix.tooling:servicemix-osgi-bundle:2010.02'
// https://jarcasting.com/artifacts/org.apache.servicemix.tooling/servicemix-osgi-bundle/
implementation ("org.apache.servicemix.tooling:servicemix-osgi-bundle:2010.02")
'org.apache.servicemix.tooling:servicemix-osgi-bundle:jar:2010.02'
<dependency org="org.apache.servicemix.tooling" name="servicemix-osgi-bundle" rev="2010.02">
<artifact name="servicemix-osgi-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.tooling', module='servicemix-osgi-bundle', version='2010.02')
)
libraryDependencies += "org.apache.servicemix.tooling" % "servicemix-osgi-bundle" % "2010.02"
[org.apache.servicemix.tooling/servicemix-osgi-bundle "2010.02"]