is not current version
Last Version 1.4

org.ow2.frascati.examples:parent 1.3


GroupId

GroupId

org.ow2.frascati.examples
ArtifactId

ArtifactId

parent
Version

Version

1.3
Type

Type

pom

Download parent 1.3

Filename Size
parent-1.3.pom 14 KB
Browse

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