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