GroupId | GroupIdio.fabric8.samples |
---|---|
ArtifactId | ArtifactIdprocess-sample-camel-spring-just-xml |
Version | Version1.0.0.redhat-423 |
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.0.0.redhat-423</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.0.0.redhat-423'
// https://jarcasting.com/artifacts/io.fabric8.samples/process-sample-camel-spring-just-xml/
implementation ("io.fabric8.samples:process-sample-camel-spring-just-xml:1.0.0.redhat-423")
'io.fabric8.samples:process-sample-camel-spring-just-xml:jar:1.0.0.redhat-423'
<dependency org="io.fabric8.samples" name="process-sample-camel-spring-just-xml" rev="1.0.0.redhat-423">
<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.0.0.redhat-423')
)
libraryDependencies += "io.fabric8.samples" % "process-sample-camel-spring-just-xml" % "1.0.0.redhat-423"
[io.fabric8.samples/process-sample-camel-spring-just-xml "1.0.0.redhat-423"]