License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.bekioui.jaxrs |
ArtifactId | ArtifactIdjaxrs-client |
Version | Version1.1.1 |
Type | Typejar |
Description |
DescriptionJAX-RS Client
Provide JAX-RS client factory to develop your own RESTful API client.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jaxrs-client-1.1.1.pom | |
jaxrs-client-1.1.1.jar | 6 KB |
jaxrs-client-1.1.1-sources.jar | 5 KB |
jaxrs-client-1.1.1-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bekioui.jaxrs/jaxrs-client/ -->
<dependency>
<groupId>com.bekioui.jaxrs</groupId>
<artifactId>jaxrs-client</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bekioui.jaxrs/jaxrs-client/
implementation 'com.bekioui.jaxrs:jaxrs-client:1.1.1'
// https://jarcasting.com/artifacts/com.bekioui.jaxrs/jaxrs-client/
implementation ("com.bekioui.jaxrs:jaxrs-client:1.1.1")
'com.bekioui.jaxrs:jaxrs-client:jar:1.1.1'
<dependency org="com.bekioui.jaxrs" name="jaxrs-client" rev="1.1.1">
<artifact name="jaxrs-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bekioui.jaxrs', module='jaxrs-client', version='1.1.1')
)
libraryDependencies += "com.bekioui.jaxrs" % "jaxrs-client" % "1.1.1"
[com.bekioui.jaxrs/jaxrs-client "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.resteasy : resteasy-client | jar | 3.0.16.Final |