GroupId | GroupIdio.pkts |
---|---|
ArtifactId | ArtifactIdpkts-core |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
pkts-core-2.0.2.pom | |
pkts-core-2.0.2.jar | 80 KB |
pkts-core-2.0.2-sources.jar | 66 KB |
pkts-core-2.0.2-javadoc.jar | 532 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.pkts/pkts-core/ -->
<dependency>
<groupId>io.pkts</groupId>
<artifactId>pkts-core</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.pkts/pkts-core/
implementation 'io.pkts:pkts-core:2.0.2'
// https://jarcasting.com/artifacts/io.pkts/pkts-core/
implementation ("io.pkts:pkts-core:2.0.2")
'io.pkts:pkts-core:jar:2.0.2'
<dependency org="io.pkts" name="pkts-core" rev="2.0.2">
<artifact name="pkts-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pkts', module='pkts-core', version='2.0.2')
)
libraryDependencies += "io.pkts" % "pkts-core" % "2.0.2"
[io.pkts/pkts-core "2.0.2"]