GroupId | GroupIdio.apiman |
---|---|
ArtifactId | ArtifactIdapiman-gateway-test |
Version | Version1.1.3.CR1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.apiman/apiman-gateway-test/ -->
<dependency>
<groupId>io.apiman</groupId>
<artifactId>apiman-gateway-test</artifactId>
<version>1.1.3.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/io.apiman/apiman-gateway-test/
implementation 'io.apiman:apiman-gateway-test:1.1.3.CR1'
// https://jarcasting.com/artifacts/io.apiman/apiman-gateway-test/
implementation ("io.apiman:apiman-gateway-test:1.1.3.CR1")
'io.apiman:apiman-gateway-test:jar:1.1.3.CR1'
<dependency org="io.apiman" name="apiman-gateway-test" rev="1.1.3.CR1">
<artifact name="apiman-gateway-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.apiman', module='apiman-gateway-test', version='1.1.3.CR1')
)
libraryDependencies += "io.apiman" % "apiman-gateway-test" % "1.1.3.CR1"
[io.apiman/apiman-gateway-test "1.1.3.CR1"]