is not current version
Last Version 2.2.22

io.fabric8:gateway-model 2.1.1


GroupId

GroupId

io.fabric8
ArtifactId

ArtifactId

gateway-model
Version

Version

2.1.1
Type

Type

jar

Download gateway-model 2.1.1


<!-- https://jarcasting.com/artifacts/io.fabric8/gateway-model/ -->
<dependency>
    <groupId>io.fabric8</groupId>
    <artifactId>gateway-model</artifactId>
    <version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/gateway-model/
implementation 'io.fabric8:gateway-model:2.1.1'
// https://jarcasting.com/artifacts/io.fabric8/gateway-model/
implementation ("io.fabric8:gateway-model:2.1.1")
'io.fabric8:gateway-model:jar:2.1.1'
<dependency org="io.fabric8" name="gateway-model" rev="2.1.1">
  <artifact name="gateway-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='gateway-model', version='2.1.1')
)
libraryDependencies += "io.fabric8" % "gateway-model" % "2.1.1"
[io.fabric8/gateway-model "2.1.1"]