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