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