is not current version
Last Version 1.1

net.ltgt.jaxrs:resteasy-client-okhttp3 1.0

Provides a JAX-RS Client engine for Resteasy backed by OkHttp 3

Categories

Categories

Net CLI User Interface RESTEasy Program Interface REST Frameworks
GroupId

GroupId

net.ltgt.jaxrs
ArtifactId

ArtifactId

resteasy-client-okhttp3
Version

Version

1.0
Type

Type

jar

Download resteasy-client-okhttp3 1.0


<!-- 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"]