License |
License |
---|---|
Categories |
CategoriesNet CLI User Interface RESTEasy Program Interface REST Frameworks |
GroupId | GroupIdnet.ltgt.jaxrs |
ArtifactId | ArtifactIdresteasy-client-okhttp3 |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOkHttp3-backed client engine for Resteasy
Provides a JAX-RS Client engine for Resteasy backed by OkHttp 3
|
<!-- https://jarcasting.com/artifacts/net.ltgt.jaxrs/resteasy-client-okhttp3/ -->
<dependency>
<groupId>net.ltgt.jaxrs</groupId>
<artifactId>resteasy-client-okhttp3</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.ltgt.jaxrs/resteasy-client-okhttp3/
implementation 'net.ltgt.jaxrs:resteasy-client-okhttp3:1.1'
// https://jarcasting.com/artifacts/net.ltgt.jaxrs/resteasy-client-okhttp3/
implementation ("net.ltgt.jaxrs:resteasy-client-okhttp3:1.1")
'net.ltgt.jaxrs:resteasy-client-okhttp3:jar:1.1'
<dependency org="net.ltgt.jaxrs" name="resteasy-client-okhttp3" rev="1.1">
<artifact name="resteasy-client-okhttp3" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ltgt.jaxrs', module='resteasy-client-okhttp3', version='1.1')
)
libraryDependencies += "net.ltgt.jaxrs" % "resteasy-client-okhttp3" % "1.1"
[net.ltgt.jaxrs/resteasy-client-okhttp3 "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.resteasy : resteasy-client | jar | 3.0.19.Final |
com.squareup.okhttp3 : okhttp | jar | 3.7.0 |