License |
License |
---|---|
GroupId | GroupIdio.pkts |
ArtifactId | ArtifactIdpkts-parent |
Last Version | Last Version3.0.10 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPkts IO
PKTS IO - A pure java based library for manipulating pcaps
|
Filename | Size |
---|---|
pkts-parent-3.0.10.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.pkts/pkts-parent/ -->
<dependency>
<groupId>io.pkts</groupId>
<artifactId>pkts-parent</artifactId>
<version>3.0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.pkts/pkts-parent/
implementation 'io.pkts:pkts-parent:3.0.10'
// https://jarcasting.com/artifacts/io.pkts/pkts-parent/
implementation ("io.pkts:pkts-parent:3.0.10")
'io.pkts:pkts-parent:pom:3.0.10'
<dependency org="io.pkts" name="pkts-parent" rev="3.0.10">
<artifact name="pkts-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.pkts', module='pkts-parent', version='3.0.10')
)
libraryDependencies += "io.pkts" % "pkts-parent" % "3.0.10"
[io.pkts/pkts-parent "3.0.10"]