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