GroupId | GroupIdio.fabric8.jube.images.fabric8 |
---|---|
ArtifactId | ArtifactIdfabric8-http-gateway |
Version | Version2.0.40 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/fabric8-http-gateway/ -->
<dependency>
<groupId>io.fabric8.jube.images.fabric8</groupId>
<artifactId>fabric8-http-gateway</artifactId>
<version>2.0.40</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/fabric8-http-gateway/
implementation 'io.fabric8.jube.images.fabric8:fabric8-http-gateway:2.0.40'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/fabric8-http-gateway/
implementation ("io.fabric8.jube.images.fabric8:fabric8-http-gateway:2.0.40")
'io.fabric8.jube.images.fabric8:fabric8-http-gateway:jar:2.0.40'
<dependency org="io.fabric8.jube.images.fabric8" name="fabric8-http-gateway" rev="2.0.40">
<artifact name="fabric8-http-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.fabric8', module='fabric8-http-gateway', version='2.0.40')
)
libraryDependencies += "io.fabric8.jube.images.fabric8" % "fabric8-http-gateway" % "2.0.40"
[io.fabric8.jube.images.fabric8/fabric8-http-gateway "2.0.40"]