| GroupId | GroupIdorg.pcap4j | 
|---|---|
| ArtifactId | ArtifactIdpcap4j-packettest | 
| Version | Version2.0.0-alpha | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| pcap4j-packettest-2.0.0-alpha.pom | |
| pcap4j-packettest-2.0.0-alpha.jar | 261 bytes | 
| pcap4j-packettest-2.0.0-alpha-tests.jar | 315 KB | 
| pcap4j-packettest-2.0.0-alpha-sources.jar | 202 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.pcap4j/pcap4j-packettest/ -->
<dependency>
    <groupId>org.pcap4j</groupId>
    <artifactId>pcap4j-packettest</artifactId>
    <version>2.0.0-alpha</version>
</dependency>// https://jarcasting.com/artifacts/org.pcap4j/pcap4j-packettest/
implementation 'org.pcap4j:pcap4j-packettest:2.0.0-alpha'// https://jarcasting.com/artifacts/org.pcap4j/pcap4j-packettest/
implementation ("org.pcap4j:pcap4j-packettest:2.0.0-alpha")'org.pcap4j:pcap4j-packettest:jar:2.0.0-alpha'<dependency org="org.pcap4j" name="pcap4j-packettest" rev="2.0.0-alpha">
  <artifact name="pcap4j-packettest" type="jar" />
</dependency>@Grapes(
@Grab(group='org.pcap4j', module='pcap4j-packettest', version='2.0.0-alpha')
)libraryDependencies += "org.pcap4j" % "pcap4j-packettest" % "2.0.0-alpha"[org.pcap4j/pcap4j-packettest "2.0.0-alpha"]