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