GroupId | GroupIdio.pkts |
---|---|
ArtifactId | ArtifactIdpkts-parent |
Version | Version1.0.2 |
Type | Typepom |
Filename | Size |
---|---|
pkts-parent-1.0.2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.pkts/pkts-parent/ -->
<dependency>
<groupId>io.pkts</groupId>
<artifactId>pkts-parent</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.pkts/pkts-parent/
implementation 'io.pkts:pkts-parent:1.0.2'
// https://jarcasting.com/artifacts/io.pkts/pkts-parent/
implementation ("io.pkts:pkts-parent:1.0.2")
'io.pkts:pkts-parent:pom:1.0.2'
<dependency org="io.pkts" name="pkts-parent" rev="1.0.2">
<artifact name="pkts-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.pkts', module='pkts-parent', version='1.0.2')
)
libraryDependencies += "io.pkts" % "pkts-parent" % "1.0.2"
[io.pkts/pkts-parent "1.0.2"]