GroupId | GroupIdorg.fusesource.fabric.samples |
---|---|
ArtifactId | ArtifactIdprocess-sample-camel-spring-just-xml |
Version | Version7.2.0.redhat-060 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.fusesource.fabric.samples/process-sample-camel-spring-just-xml/ -->
<dependency>
<groupId>org.fusesource.fabric.samples</groupId>
<artifactId>process-sample-camel-spring-just-xml</artifactId>
<version>7.2.0.redhat-060</version>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.fabric.samples/process-sample-camel-spring-just-xml/
implementation 'org.fusesource.fabric.samples:process-sample-camel-spring-just-xml:7.2.0.redhat-060'
// https://jarcasting.com/artifacts/org.fusesource.fabric.samples/process-sample-camel-spring-just-xml/
implementation ("org.fusesource.fabric.samples:process-sample-camel-spring-just-xml:7.2.0.redhat-060")
'org.fusesource.fabric.samples:process-sample-camel-spring-just-xml:jar:7.2.0.redhat-060'
<dependency org="org.fusesource.fabric.samples" name="process-sample-camel-spring-just-xml" rev="7.2.0.redhat-060">
<artifact name="process-sample-camel-spring-just-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.fabric.samples', module='process-sample-camel-spring-just-xml', version='7.2.0.redhat-060')
)
libraryDependencies += "org.fusesource.fabric.samples" % "process-sample-camel-spring-just-xml" % "7.2.0.redhat-060"
[org.fusesource.fabric.samples/process-sample-camel-spring-just-xml "7.2.0.redhat-060"]