GroupId | GroupIdio.fabric8.ipaas.apps |
---|---|
ArtifactId | ArtifactIdexample-message-producer |
Version | Version2.2.150 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.fabric8.ipaas.apps/example-message-producer/ -->
<dependency>
<groupId>io.fabric8.ipaas.apps</groupId>
<artifactId>example-message-producer</artifactId>
<version>2.2.150</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.ipaas.apps/example-message-producer/
implementation 'io.fabric8.ipaas.apps:example-message-producer:2.2.150'
// https://jarcasting.com/artifacts/io.fabric8.ipaas.apps/example-message-producer/
implementation ("io.fabric8.ipaas.apps:example-message-producer:2.2.150")
'io.fabric8.ipaas.apps:example-message-producer:jar:2.2.150'
<dependency org="io.fabric8.ipaas.apps" name="example-message-producer" rev="2.2.150">
<artifact name="example-message-producer" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.ipaas.apps', module='example-message-producer', version='2.2.150')
)
libraryDependencies += "io.fabric8.ipaas.apps" % "example-message-producer" % "2.2.150"
[io.fabric8.ipaas.apps/example-message-producer "2.2.150"]