Categories |
CategoriesJBoss Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.jboss.pnc.build-agent |
ArtifactId | ArtifactIdclient |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
client-0.8.0.pom | |
client-0.8.0.jar | 24 KB |
client-0.8.0-sources.jar | 13 KB |
client-0.8.0-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.pnc.build-agent/client/ -->
<dependency>
<groupId>org.jboss.pnc.build-agent</groupId>
<artifactId>client</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.pnc.build-agent/client/
implementation 'org.jboss.pnc.build-agent:client:0.8.0'
// https://jarcasting.com/artifacts/org.jboss.pnc.build-agent/client/
implementation ("org.jboss.pnc.build-agent:client:0.8.0")
'org.jboss.pnc.build-agent:client:jar:0.8.0'
<dependency org="org.jboss.pnc.build-agent" name="client" rev="0.8.0">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.pnc.build-agent', module='client', version='0.8.0')
)
libraryDependencies += "org.jboss.pnc.build-agent" % "client" % "0.8.0"
[org.jboss.pnc.build-agent/client "0.8.0"]