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