Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.pnc.build-agent |
ArtifactId | ArtifactIdparent |
Version | Version0.5.0 |
Type | Typepom |
Filename | Size |
---|---|
parent-0.5.0.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.pnc.build-agent/parent/ -->
<dependency>
<groupId>org.jboss.pnc.build-agent</groupId>
<artifactId>parent</artifactId>
<version>0.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.pnc.build-agent/parent/
implementation 'org.jboss.pnc.build-agent:parent:0.5.0'
// https://jarcasting.com/artifacts/org.jboss.pnc.build-agent/parent/
implementation ("org.jboss.pnc.build-agent:parent:0.5.0")
'org.jboss.pnc.build-agent:parent:pom:0.5.0'
<dependency org="org.jboss.pnc.build-agent" name="parent" rev="0.5.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.pnc.build-agent', module='parent', version='0.5.0')
)
libraryDependencies += "org.jboss.pnc.build-agent" % "parent" % "0.5.0"
[org.jboss.pnc.build-agent/parent "0.5.0"]