Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.pnc.build-agent |
ArtifactId | ArtifactIdcommon |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
common-0.3.pom | |
common-0.3.jar | 4 KB |
common-0.3-sources.jar | 3 KB |
common-0.3-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.pnc.build-agent/common/ -->
<dependency>
<groupId>org.jboss.pnc.build-agent</groupId>
<artifactId>common</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.pnc.build-agent/common/
implementation 'org.jboss.pnc.build-agent:common:0.3'
// https://jarcasting.com/artifacts/org.jboss.pnc.build-agent/common/
implementation ("org.jboss.pnc.build-agent:common:0.3")
'org.jboss.pnc.build-agent:common:jar:0.3'
<dependency org="org.jboss.pnc.build-agent" name="common" rev="0.3">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.pnc.build-agent', module='common', version='0.3')
)
libraryDependencies += "org.jboss.pnc.build-agent" % "common" % "0.3"
[org.jboss.pnc.build-agent/common "0.3"]