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