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