| GroupId | GroupIdorg.ow2.util |
|---|---|
| ArtifactId | ArtifactIdparent |
| Version | Version1.0.24 |
| Type | Typepom |
| Filename | Size |
|---|---|
| parent-1.0.24.pom | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.util/parent/ -->
<dependency>
<groupId>org.ow2.util</groupId>
<artifactId>parent</artifactId>
<version>1.0.24</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.util/parent/
implementation 'org.ow2.util:parent:1.0.24'
// https://jarcasting.com/artifacts/org.ow2.util/parent/
implementation ("org.ow2.util:parent:1.0.24")
'org.ow2.util:parent:pom:1.0.24'
<dependency org="org.ow2.util" name="parent" rev="1.0.24">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.util', module='parent', version='1.0.24')
)
libraryDependencies += "org.ow2.util" % "parent" % "1.0.24"
[org.ow2.util/parent "1.0.24"]