is not current version
Last Version 2.2.0

org.ow2.util:parent 1.0.21


GroupId

GroupId

org.ow2.util
ArtifactId

ArtifactId

parent
Version

Version

1.0.21
Type

Type

pom

Download parent 1.0.21

Filename Size
parent-1.0.21.pom 11 KB
Browse

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