License |
License |
---|---|
GroupId | GroupIdio.pkts |
ArtifactId | ArtifactIdpkts-sip |
Last Version | Last Version3.0.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSIP Framer and Parser Library
PKTS IO - A pure java based library for manipulating pcaps
|
Filename | Size |
---|---|
pkts-sip-3.0.10.pom | |
pkts-sip-3.0.10.jar | 163 KB |
pkts-sip-3.0.10-sources.jar | 117 KB |
pkts-sip-3.0.10-javadoc.jar | 680 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.pkts/pkts-sip/ -->
<dependency>
<groupId>io.pkts</groupId>
<artifactId>pkts-sip</artifactId>
<version>3.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.pkts/pkts-sip/
implementation 'io.pkts:pkts-sip:3.0.10'
// https://jarcasting.com/artifacts/io.pkts/pkts-sip/
implementation ("io.pkts:pkts-sip:3.0.10")
'io.pkts:pkts-sip:jar:3.0.10'
<dependency org="io.pkts" name="pkts-sip" rev="3.0.10">
<artifact name="pkts-sip" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pkts', module='pkts-sip', version='3.0.10')
)
libraryDependencies += "io.pkts" % "pkts-sip" % "3.0.10"
[io.pkts/pkts-sip "3.0.10"]
Group / Artifact | Type | Version |
---|---|---|
io.pkts : pkts-buffers | jar | 3.0.10 |
io.pkts : pkts-sdp | jar | 3.0.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.mockito : mockito-all | jar | 1.8.5 |