GroupId | GroupIdorg.apache.knox |
---|---|
ArtifactId | ArtifactIdgateway-service-as |
Version | Version0.5.1 |
Type | Typejar |
Filename | Size |
---|---|
gateway-service-as-0.5.1.pom | |
gateway-service-as-0.5.1.jar | 10 KB |
gateway-service-as-0.5.1-sources.jar | 8 KB |
gateway-service-as-0.5.1-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.knox/gateway-service-as/ -->
<dependency>
<groupId>org.apache.knox</groupId>
<artifactId>gateway-service-as</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.knox/gateway-service-as/
implementation 'org.apache.knox:gateway-service-as:0.5.1'
// https://jarcasting.com/artifacts/org.apache.knox/gateway-service-as/
implementation ("org.apache.knox:gateway-service-as:0.5.1")
'org.apache.knox:gateway-service-as:jar:0.5.1'
<dependency org="org.apache.knox" name="gateway-service-as" rev="0.5.1">
<artifact name="gateway-service-as" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.knox', module='gateway-service-as', version='0.5.1')
)
libraryDependencies += "org.apache.knox" % "gateway-service-as" % "0.5.1"
[org.apache.knox/gateway-service-as "0.5.1"]