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