p

pcap4j-core

The core module of Pcap4J.
Files download
File Operation
pcap4j-core-1.3.0.jar download
pcap4j-core-1.3.0.pom download
pcap4j-core-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.pcap4j</groupId>
  <artifactId>pcap4j-core</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'org.pcap4j:pcap4j-core:1.3.0'
Gradle Kotlin
implementation("org.pcap4j:pcap4j-core:1.3.0")
Scala SBT
libraryDependencies += "org.pcap4j" % "pcap4j-core" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.pcap4j', module='pcap4j-core', version='1.3.0')
)
Apache Ivy
<dependency org="org.pcap4j" name="pcap4j-core" rev="1.3.0" />
Leiningen
[org.pcap4j/pcap4j-core "1.3.0"]
Apache Buildr
'org.pcap4j:pcap4j-core:jar:1.3.0'