GroupId | GroupIdio.fabric8 |
---|---|
ArtifactId | ArtifactIdgateway-servlet-example |
Version | Version2.2.4 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/io.fabric8/gateway-servlet-example/ -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>gateway-servlet-example</artifactId>
<version>2.2.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/gateway-servlet-example/
implementation 'io.fabric8:gateway-servlet-example:2.2.4'
// https://jarcasting.com/artifacts/io.fabric8/gateway-servlet-example/
implementation ("io.fabric8:gateway-servlet-example:2.2.4")
'io.fabric8:gateway-servlet-example:war:2.2.4'
<dependency org="io.fabric8" name="gateway-servlet-example" rev="2.2.4">
<artifact name="gateway-servlet-example" type="war" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='gateway-servlet-example', version='2.2.4')
)
libraryDependencies += "io.fabric8" % "gateway-servlet-example" % "2.2.4"
[io.fabric8/gateway-servlet-example "2.2.4"]