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