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