p

pcap4j-core

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