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