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