is not current version
Last Version 3.0.10

io.pkts:pkts-parent 1.0.5

PKTS IO - A pure java based library for manipulating pcaps

GroupId

GroupId

io.pkts
ArtifactId

ArtifactId

pkts-parent
Version

Version

1.0.5
Type

Type

pom

Download pkts-parent 1.0.5

Filename Size
pkts-parent-1.0.5.pom 5 KB
Browse

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