License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.microprofile.rest.client |
ArtifactId | ArtifactIdmicroprofile-rest-client-api |
Last Version | Last Version3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMicroProfile Rest Client API
Typesafe Rest Client APIs for MicroProfile :: API
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.rest.client/microprofile-rest-client-api/ -->
<dependency>
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-api</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.rest.client/microprofile-rest-client-api/
implementation 'org.eclipse.microprofile.rest.client:microprofile-rest-client-api:3.0'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.rest.client/microprofile-rest-client-api/
implementation ("org.eclipse.microprofile.rest.client:microprofile-rest-client-api:3.0")
'org.eclipse.microprofile.rest.client:microprofile-rest-client-api:jar:3.0'
<dependency org="org.eclipse.microprofile.rest.client" name="microprofile-rest-client-api" rev="3.0">
<artifact name="microprofile-rest-client-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.rest.client', module='microprofile-rest-client-api', version='3.0')
)
libraryDependencies += "org.eclipse.microprofile.rest.client" % "microprofile-rest-client-api" % "3.0"
[org.eclipse.microprofile.rest.client/microprofile-rest-client-api "3.0"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.annotation : jakarta.annotation-api | jar | 2.0.0 |
jakarta.enterprise : jakarta.enterprise.cdi-api | jar | 3.0.0 |
jakarta.ws.rs : jakarta.ws.rs-api | jar | 3.0.0 |
org.eclipse.microprofile.config : microprofile-config-api | jar | 3.0 |
org.osgi : org.osgi.annotation.versioning | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.4.0 |