GroupId | GroupIdio.fabric8.samples |
---|---|
ArtifactId | ArtifactIdprocess-sample-camel-spring-just-xml |
Version | Version1.1.0.CR1 |
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.CR1</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.CR1'
// 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.CR1")
'io.fabric8.samples:process-sample-camel-spring-just-xml:jar:1.1.0.CR1'
<dependency org="io.fabric8.samples" name="process-sample-camel-spring-just-xml" rev="1.1.0.CR1">
<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.CR1')
)
libraryDependencies += "io.fabric8.samples" % "process-sample-camel-spring-just-xml" % "1.1.0.CR1"
[io.fabric8.samples/process-sample-camel-spring-just-xml "1.1.0.CR1"]