is not current version
Last Version 2.2.22

io.fabric8:gateway-servlet-example 2.1.1


GroupId

GroupId

io.fabric8
ArtifactId

ArtifactId

gateway-servlet-example
Version

Version

2.1.1
Type

Type

war

Download gateway-servlet-example 2.1.1


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