GroupId | GroupIdio.gravitee.apim.gateway |
---|---|
ArtifactId | ArtifactIdgravitee-apim-gateway-http |
Version | Version3.15.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.gravitee.apim.gateway/gravitee-apim-gateway-http/ -->
<dependency>
<groupId>io.gravitee.apim.gateway</groupId>
<artifactId>gravitee-apim-gateway-http</artifactId>
<version>3.15.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.gravitee.apim.gateway/gravitee-apim-gateway-http/
implementation 'io.gravitee.apim.gateway:gravitee-apim-gateway-http:3.15.0'
// https://jarcasting.com/artifacts/io.gravitee.apim.gateway/gravitee-apim-gateway-http/
implementation ("io.gravitee.apim.gateway:gravitee-apim-gateway-http:3.15.0")
'io.gravitee.apim.gateway:gravitee-apim-gateway-http:jar:3.15.0'
<dependency org="io.gravitee.apim.gateway" name="gravitee-apim-gateway-http" rev="3.15.0">
<artifact name="gravitee-apim-gateway-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gravitee.apim.gateway', module='gravitee-apim-gateway-http', version='3.15.0')
)
libraryDependencies += "io.gravitee.apim.gateway" % "gravitee-apim-gateway-http" % "3.15.0"
[io.gravitee.apim.gateway/gravitee-apim-gateway-http "3.15.0"]