Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.camel |
ArtifactId | ArtifactIdexample-camel-itests |
Version | Version4.2.0 |
Type | Typejar |
Filename | Size |
---|---|
example-camel-itests-4.2.0.pom | |
example-camel-itests-4.2.0.jar | 28 KB |
example-camel-itests-4.2.0-sources.jar | 16 KB |
example-camel-itests-4.2.0-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.camel/example-camel-itests/ -->
<dependency>
<groupId>org.wildfly.camel</groupId>
<artifactId>example-camel-itests</artifactId>
<version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.camel/example-camel-itests/
implementation 'org.wildfly.camel:example-camel-itests:4.2.0'
// https://jarcasting.com/artifacts/org.wildfly.camel/example-camel-itests/
implementation ("org.wildfly.camel:example-camel-itests:4.2.0")
'org.wildfly.camel:example-camel-itests:jar:4.2.0'
<dependency org="org.wildfly.camel" name="example-camel-itests" rev="4.2.0">
<artifact name="example-camel-itests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.camel', module='example-camel-itests', version='4.2.0')
)
libraryDependencies += "org.wildfly.camel" % "example-camel-itests" % "4.2.0"
[org.wildfly.camel/example-camel-itests "4.2.0"]