GroupId | GroupIdorg.coosproject.examples |
---|---|
ArtifactId | ArtifactIdping-parent |
Version | Version1.2.2 |
Type | Typepom |
Filename | Size |
---|---|
ping-parent-1.2.2.pom | 678 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.coosproject.examples/ping-parent/ -->
<dependency>
<groupId>org.coosproject.examples</groupId>
<artifactId>ping-parent</artifactId>
<version>1.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.coosproject.examples/ping-parent/
implementation 'org.coosproject.examples:ping-parent:1.2.2'
// https://jarcasting.com/artifacts/org.coosproject.examples/ping-parent/
implementation ("org.coosproject.examples:ping-parent:1.2.2")
'org.coosproject.examples:ping-parent:pom:1.2.2'
<dependency org="org.coosproject.examples" name="ping-parent" rev="1.2.2">
<artifact name="ping-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.coosproject.examples', module='ping-parent', version='1.2.2')
)
libraryDependencies += "org.coosproject.examples" % "ping-parent" % "1.2.2"
[org.coosproject.examples/ping-parent "1.2.2"]