GroupId | GroupIdio.fabric8 |
---|---|
ArtifactId | ArtifactIdgateway-core |
Version | Version2.0.5 |
Type | Typejar |
Filename | Size |
---|---|
gateway-core-2.0.5.pom | |
gateway-core-2.0.5.jar | 390 KB |
gateway-core-2.0.5-sources.jar | 265 KB |
gateway-core-2.0.5-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8/gateway-core/ -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>gateway-core</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/gateway-core/
implementation 'io.fabric8:gateway-core:2.0.5'
// https://jarcasting.com/artifacts/io.fabric8/gateway-core/
implementation ("io.fabric8:gateway-core:2.0.5")
'io.fabric8:gateway-core:jar:2.0.5'
<dependency org="io.fabric8" name="gateway-core" rev="2.0.5">
<artifact name="gateway-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='gateway-core', version='2.0.5')
)
libraryDependencies += "io.fabric8" % "gateway-core" % "2.0.5"
[io.fabric8/gateway-core "2.0.5"]