p

pcap4j-core

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