GroupId | GroupIdorg.apache.camel |
---|---|
ArtifactId | ArtifactIdcamel-bundle |
Version | Version2.0-M2 |
Type | Typejar |
Filename | Size |
---|---|
camel-bundle-2.0-M2.pom | |
camel-bundle-2.0-M2.jar | 2 MB |
camel-bundle-2.0-M2-sources.jar | 316 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-bundle/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-bundle</artifactId>
<version>2.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-bundle/
implementation 'org.apache.camel:camel-bundle:2.0-M2'
// https://jarcasting.com/artifacts/org.apache.camel/camel-bundle/
implementation ("org.apache.camel:camel-bundle:2.0-M2")
'org.apache.camel:camel-bundle:jar:2.0-M2'
<dependency org="org.apache.camel" name="camel-bundle" rev="2.0-M2">
<artifact name="camel-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-bundle', version='2.0-M2')
)
libraryDependencies += "org.apache.camel" % "camel-bundle" % "2.0-M2"
[org.apache.camel/camel-bundle "2.0-M2"]