Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.gravitee.gateway.http |
ArtifactId | ArtifactIdgravitee-gateway-http-client |
Version | Version0.11.0 |
Type | Typepom |
Filename | Size |
---|---|
gravitee-gateway-http-client-0.11.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.gravitee.gateway.http/gravitee-gateway-http-client/ -->
<dependency>
<groupId>io.gravitee.gateway.http</groupId>
<artifactId>gravitee-gateway-http-client</artifactId>
<version>0.11.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.gravitee.gateway.http/gravitee-gateway-http-client/
implementation 'io.gravitee.gateway.http:gravitee-gateway-http-client:0.11.0'
// https://jarcasting.com/artifacts/io.gravitee.gateway.http/gravitee-gateway-http-client/
implementation ("io.gravitee.gateway.http:gravitee-gateway-http-client:0.11.0")
'io.gravitee.gateway.http:gravitee-gateway-http-client:pom:0.11.0'
<dependency org="io.gravitee.gateway.http" name="gravitee-gateway-http-client" rev="0.11.0">
<artifact name="gravitee-gateway-http-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.gravitee.gateway.http', module='gravitee-gateway-http-client', version='0.11.0')
)
libraryDependencies += "io.gravitee.gateway.http" % "gravitee-gateway-http-client" % "0.11.0"
[io.gravitee.gateway.http/gravitee-gateway-http-client "0.11.0"]