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