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