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