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