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