Categories |
CategoriesNet CLI User Interface RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdnet.ltgt.jaxrs |
ArtifactId | ArtifactIdresteasy-client-okhttp3 |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.ltgt.jaxrs/resteasy-client-okhttp3/ -->
<dependency>
<groupId>net.ltgt.jaxrs</groupId>
<artifactId>resteasy-client-okhttp3</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.ltgt.jaxrs/resteasy-client-okhttp3/
implementation 'net.ltgt.jaxrs:resteasy-client-okhttp3:1.0'
// https://jarcasting.com/artifacts/net.ltgt.jaxrs/resteasy-client-okhttp3/
implementation ("net.ltgt.jaxrs:resteasy-client-okhttp3:1.0")
'net.ltgt.jaxrs:resteasy-client-okhttp3:jar:1.0'
<dependency org="net.ltgt.jaxrs" name="resteasy-client-okhttp3" rev="1.0">
<artifact name="resteasy-client-okhttp3" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ltgt.jaxrs', module='resteasy-client-okhttp3', version='1.0')
)
libraryDependencies += "net.ltgt.jaxrs" % "resteasy-client-okhttp3" % "1.0"
[net.ltgt.jaxrs/resteasy-client-okhttp3 "1.0"]