| GroupId | GroupIdio.fabric8.fab.tests |
|---|---|
| ArtifactId | ArtifactIdfab-sample-camel-velocity-share |
| Version | Version1.1.0.CR1 |
| 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.CR1</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.CR1'
// 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.CR1")
'io.fabric8.fab.tests:fab-sample-camel-velocity-share:jar:1.1.0.CR1'
<dependency org="io.fabric8.fab.tests" name="fab-sample-camel-velocity-share" rev="1.1.0.CR1">
<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.CR1')
)
libraryDependencies += "io.fabric8.fab.tests" % "fab-sample-camel-velocity-share" % "1.1.0.CR1"
[io.fabric8.fab.tests/fab-sample-camel-velocity-share "1.1.0.CR1"]