License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.jetrs |
ArtifactId | ArtifactIdclient |
Version | Version2.1.0-alpha-3 |
Type | Typejar |
Description |
DescriptionJetRS Client
A fast and lightweight implementation of Java's JAX-RS 2.1 client specification.
|
Project Organization |
Project OrganizationJetRS |
Filename | Size |
---|---|
client-2.1.0-alpha-3.pom | |
client-2.1.0-alpha-3.jar | 24 KB |
client-2.1.0-alpha-3-tests.jar | 3 KB |
client-2.1.0-alpha-3-sources.jar | 15 KB |
client-2.1.0-alpha-3-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jetrs/client/ -->
<dependency>
<groupId>org.jetrs</groupId>
<artifactId>client</artifactId>
<version>2.1.0-alpha-3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jetrs/client/
implementation 'org.jetrs:client:2.1.0-alpha-3'
// https://jarcasting.com/artifacts/org.jetrs/client/
implementation ("org.jetrs:client:2.1.0-alpha-3")
'org.jetrs:client:jar:2.1.0-alpha-3'
<dependency org="org.jetrs" name="client" rev="2.1.0-alpha-3">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jetrs', module='client', version='2.1.0-alpha-3')
)
libraryDependencies += "org.jetrs" % "client" % "2.1.0-alpha-3"
[org.jetrs/client "2.1.0-alpha-3"]
Group / Artifact | Type | Version |
---|---|---|
org.jetrs : common | jar | 2.1.0-alpha-3 |
javax.ws.rs : javax.ws.rs-api | jar | 2.1.1 |
org.libj : logging | jar | 0.4.5 |
org.libj : net | jar | 0.5.2 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.libj : test | jar | 0.7.1 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.1.0 |