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