Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.gravitee.gateway.http |
ArtifactId | ArtifactIdgravitee-gateway-http-client |
Version | Version0.8.1 |
Type | Typepom |
Filename | Size |
---|---|
gravitee-gateway-http-client-0.8.1.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.8.1</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.8.1'
// https://jarcasting.com/artifacts/io.gravitee.gateway.http/gravitee-gateway-http-client/
implementation ("io.gravitee.gateway.http:gravitee-gateway-http-client:0.8.1")
'io.gravitee.gateway.http:gravitee-gateway-http-client:pom:0.8.1'
<dependency org="io.gravitee.gateway.http" name="gravitee-gateway-http-client" rev="0.8.1">
<artifact name="gravitee-gateway-http-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.gravitee.gateway.http', module='gravitee-gateway-http-client', version='0.8.1')
)
libraryDependencies += "io.gravitee.gateway.http" % "gravitee-gateway-http-client" % "0.8.1"
[io.gravitee.gateway.http/gravitee-gateway-http-client "0.8.1"]