| License |
License |
|---|---|
| Categories |
CategoriesJBoss Container Application Servers CLI User Interface |
| GroupId | GroupIdorg.jboss.pnc |
| ArtifactId | ArtifactIdrest-client |
| Last Version | Last Version2.3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA system for managing, executing, and tracking builds.
|
| Filename | Size |
|---|---|
| rest-client-2.3.1.pom | |
| rest-client-2.3.1.jar | 27 KB |
| rest-client-2.3.1-sources.jar | 22 KB |
| rest-client-2.3.1-javadoc.jar | 113 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.pnc/rest-client/ -->
<dependency>
<groupId>org.jboss.pnc</groupId>
<artifactId>rest-client</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.pnc/rest-client/
implementation 'org.jboss.pnc:rest-client:2.3.1'
// https://jarcasting.com/artifacts/org.jboss.pnc/rest-client/
implementation ("org.jboss.pnc:rest-client:2.3.1")
'org.jboss.pnc:rest-client:jar:2.3.1'
<dependency org="org.jboss.pnc" name="rest-client" rev="2.3.1">
<artifact name="rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.pnc', module='rest-client', version='2.3.1')
)
libraryDependencies += "org.jboss.pnc" % "rest-client" % "2.3.1"
[org.jboss.pnc/rest-client "2.3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jboss.pnc : rest-api | jar | 2.3.1 |
| org.jboss.pnc : common | jar | 2.3.1 |
| org.jboss.resteasy : resteasy-client | jar | |
| io.vertx : vertx-core | jar | 3.8.5 |
| com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | ${version.com.fasterxml.jackson.core} |
| org.jboss.resteasy : resteasy-jackson2-provider | jar | |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | ${version.com.fasterxml.jackson.core} |
| org.jboss.pnc : dto | jar | 2.3.1 |
| com.github.fge : json-patch | jar | 1.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | ${version.org.slf4j} |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.mockito : mockito-core | jar | 3.8.0 |
| org.assertj : assertj-core | jar | 3.18.1 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |