Categories |
CategoriesJBoss Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.jboss.pnc.build-agent |
ArtifactId | ArtifactIdclient |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
client-0.4.0.pom | |
client-0.4.0.jar | 12 KB |
client-0.4.0-sources.jar | 7 KB |
client-0.4.0-javadoc.jar | 39 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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.pnc.build-agent/client/
implementation 'org.jboss.pnc.build-agent:client:0.4.0'
// https://jarcasting.com/artifacts/org.jboss.pnc.build-agent/client/
implementation ("org.jboss.pnc.build-agent:client:0.4.0")
'org.jboss.pnc.build-agent:client:jar:0.4.0'
<dependency org="org.jboss.pnc.build-agent" name="client" rev="0.4.0">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.pnc.build-agent', module='client', version='0.4.0')
)
libraryDependencies += "org.jboss.pnc.build-agent" % "client" % "0.4.0"
[org.jboss.pnc.build-agent/client "0.4.0"]