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