License |
License |
---|---|
GroupId | GroupIdio.pkts |
ArtifactId | ArtifactIdpkts-core |
Version | Version3.0.7 |
Type | Typejar |
Description |
DescriptionCore Pkts
PKTS IO - A pure java based library for manipulating pcaps
|
Filename | Size |
---|---|
pkts-core-3.0.7.pom | |
pkts-core-3.0.7.jar | 87 KB |
pkts-core-3.0.7-sources.jar | 73 KB |
pkts-core-3.0.7-javadoc.jar | 528 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.pkts/pkts-core/ -->
<dependency>
<groupId>io.pkts</groupId>
<artifactId>pkts-core</artifactId>
<version>3.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.pkts/pkts-core/
implementation 'io.pkts:pkts-core:3.0.7'
// https://jarcasting.com/artifacts/io.pkts/pkts-core/
implementation ("io.pkts:pkts-core:3.0.7")
'io.pkts:pkts-core:jar:3.0.7'
<dependency org="io.pkts" name="pkts-core" rev="3.0.7">
<artifact name="pkts-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pkts', module='pkts-core', version='3.0.7')
)
libraryDependencies += "io.pkts" % "pkts-core" % "3.0.7"
[io.pkts/pkts-core "3.0.7"]
Group / Artifact | Type | Version |
---|---|---|
io.pkts : pkts-buffers | jar | 3.0.7 |
io.pkts : pkts-sip | jar | 3.0.7 |
io.pkts : pkts-sdp | jar | 3.0.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.mockito : mockito-all | jar | 1.8.5 |