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