is not current version
Last Version 3.0.10

io.pkts:pkts-core 3.0.5


GroupId

GroupId

io.pkts
ArtifactId

ArtifactId

pkts-core
Version

Version

3.0.5
Type

Type

jar

Download pkts-core 3.0.5


<!-- https://jarcasting.com/artifacts/io.pkts/pkts-core/ -->
<dependency>
    <groupId>io.pkts</groupId>
    <artifactId>pkts-core</artifactId>
    <version>3.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.pkts/pkts-core/
implementation 'io.pkts:pkts-core:3.0.5'
// https://jarcasting.com/artifacts/io.pkts/pkts-core/
implementation ("io.pkts:pkts-core:3.0.5")
'io.pkts:pkts-core:jar:3.0.5'
<dependency org="io.pkts" name="pkts-core" rev="3.0.5">
  <artifact name="pkts-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pkts', module='pkts-core', version='3.0.5')
)
libraryDependencies += "io.pkts" % "pkts-core" % "3.0.5"
[io.pkts/pkts-core "3.0.5"]