GroupId | GroupIdio.fabric8.samples |
---|---|
ArtifactId | ArtifactIdprocess-sample-camel-spring-just-xml |
Version | Version1.1.0.CR4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.fabric8.samples/process-sample-camel-spring-just-xml/ -->
<dependency>
<groupId>io.fabric8.samples</groupId>
<artifactId>process-sample-camel-spring-just-xml</artifactId>
<version>1.1.0.CR4</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.samples/process-sample-camel-spring-just-xml/
implementation 'io.fabric8.samples:process-sample-camel-spring-just-xml:1.1.0.CR4'
// https://jarcasting.com/artifacts/io.fabric8.samples/process-sample-camel-spring-just-xml/
implementation ("io.fabric8.samples:process-sample-camel-spring-just-xml:1.1.0.CR4")
'io.fabric8.samples:process-sample-camel-spring-just-xml:jar:1.1.0.CR4'
<dependency org="io.fabric8.samples" name="process-sample-camel-spring-just-xml" rev="1.1.0.CR4">
<artifact name="process-sample-camel-spring-just-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.samples', module='process-sample-camel-spring-just-xml', version='1.1.0.CR4')
)
libraryDependencies += "io.fabric8.samples" % "process-sample-camel-spring-just-xml" % "1.1.0.CR4"
[io.fabric8.samples/process-sample-camel-spring-just-xml "1.1.0.CR4"]