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