p

pcap4j

A Java library for capturing, crafting and sending packets.
https://github.com/kaitoy/pcap4j
MIT License
Kaito Yamada
Files download
File Operation
pcap4j-1.8.2.pom download
Apache Maven
<dependency>
  <groupId>org.pcap4j</groupId>
  <artifactId>pcap4j</artifactId>
  <version>1.8.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.pcap4j:pcap4j:1.8.2'
Gradle Kotlin
implementation("org.pcap4j:pcap4j:1.8.2")
Scala SBT
libraryDependencies += "org.pcap4j" % "pcap4j" % "1.8.2"
Groovy Grape
@Grapes(
  @Grab(group='org.pcap4j', module='pcap4j', version='1.8.2')
)
Apache Ivy
<dependency org="org.pcap4j" name="pcap4j" rev="1.8.2" />
Leiningen
[org.pcap4j/pcap4j "1.8.2"]
Apache Buildr
'org.pcap4j:pcap4j:jar:1.8.2'
Dependencies
The project has no third-party dependencies