Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.pnc |
ArtifactId | ArtifactIdrest-api |
Version | Version2.2.4 |
Type | Typejar |
Filename | Size |
---|---|
rest-api-2.2.4.pom | |
rest-api-2.2.4.jar | 62 KB |
rest-api-2.2.4-swagger.yaml | 239 KB |
rest-api-2.2.4-swagger.json | 348 KB |
rest-api-2.2.4-sources.jar | 84 KB |
rest-api-2.2.4-javadoc.jar | 910 KB |
rest-api-2.2.4-java-client.jar | 133 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.pnc/rest-api/ -->
<dependency>
<groupId>org.jboss.pnc</groupId>
<artifactId>rest-api</artifactId>
<version>2.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.pnc/rest-api/
implementation 'org.jboss.pnc:rest-api:2.2.4'
// https://jarcasting.com/artifacts/org.jboss.pnc/rest-api/
implementation ("org.jboss.pnc:rest-api:2.2.4")
'org.jboss.pnc:rest-api:jar:2.2.4'
<dependency org="org.jboss.pnc" name="rest-api" rev="2.2.4">
<artifact name="rest-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.pnc', module='rest-api', version='2.2.4')
)
libraryDependencies += "org.jboss.pnc" % "rest-api" % "2.2.4"
[org.jboss.pnc/rest-api "2.2.4"]