is not current version
Last Version 1.3.1

org.coosproject.examples:parent 1.0.0


GroupId

GroupId

org.coosproject.examples
ArtifactId

ArtifactId

parent
Version

Version

1.0.0
Type

Type

pom

Download parent 1.0.0

Filename Size
parent-1.0.0.pom 627 bytes
Browse

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