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