is not current version
Last Version 1.3

org.ops4j.peaberry.build:parent 1.2


GroupId

GroupId

org.ops4j.peaberry.build
ArtifactId

ArtifactId

parent
Version

Version

1.2
Type

Type

pom

Download parent 1.2

Filename Size
parent-1.2.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/org.ops4j.peaberry.build/parent/ -->
<dependency>
    <groupId>org.ops4j.peaberry.build</groupId>
    <artifactId>parent</artifactId>
    <version>1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.peaberry.build/parent/
implementation 'org.ops4j.peaberry.build:parent:1.2'
// https://jarcasting.com/artifacts/org.ops4j.peaberry.build/parent/
implementation ("org.ops4j.peaberry.build:parent:1.2")
'org.ops4j.peaberry.build:parent:pom:1.2'
<dependency org="org.ops4j.peaberry.build" name="parent" rev="1.2">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.peaberry.build', module='parent', version='1.2')
)
libraryDependencies += "org.ops4j.peaberry.build" % "parent" % "1.2"
[org.ops4j.peaberry.build/parent "1.2"]