GroupId | GroupIdio.gravitee.gateway |
---|---|
ArtifactId | ArtifactIdgravitee-gateway-http |
Version | Version3.2.0 |
Type | Typejar |
Filename | Size |
---|---|
gravitee-gateway-http-3.2.0.pom | |
gravitee-gateway-http-3.2.0.jar | 32 KB |
gravitee-gateway-http-3.2.0-sources.jar | 19 KB |
gravitee-gateway-http-3.2.0-javadoc.jar | 109 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.gravitee.gateway/gravitee-gateway-http/ -->
<dependency>
<groupId>io.gravitee.gateway</groupId>
<artifactId>gravitee-gateway-http</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.gravitee.gateway/gravitee-gateway-http/
implementation 'io.gravitee.gateway:gravitee-gateway-http:3.2.0'
// https://jarcasting.com/artifacts/io.gravitee.gateway/gravitee-gateway-http/
implementation ("io.gravitee.gateway:gravitee-gateway-http:3.2.0")
'io.gravitee.gateway:gravitee-gateway-http:jar:3.2.0'
<dependency org="io.gravitee.gateway" name="gravitee-gateway-http" rev="3.2.0">
<artifact name="gravitee-gateway-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gravitee.gateway', module='gravitee-gateway-http', version='3.2.0')
)
libraryDependencies += "io.gravitee.gateway" % "gravitee-gateway-http" % "3.2.0"
[io.gravitee.gateway/gravitee-gateway-http "3.2.0"]