p

pcap4j-core

The core module of Pcap4J.
文件下载
文件名 操作
pcap4j-core-1.2.3.jar 下载
pcap4j-core-1.2.3.pom 下载
pcap4j-core-1.2.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.pcap4j</groupId>
  <artifactId>pcap4j-core</artifactId>
  <version>1.2.3</version>
</dependency>
Gradle Groovy
implementation 'org.pcap4j:pcap4j-core:1.2.3'
Gradle Kotlin
implementation("org.pcap4j:pcap4j-core:1.2.3")
Scala SBT
libraryDependencies += "org.pcap4j" % "pcap4j-core" % "1.2.3"
Groovy Grape
@Grapes(
  @Grab(group='org.pcap4j', module='pcap4j-core', version='1.2.3')
)
Apache Ivy
<dependency org="org.pcap4j" name="pcap4j-core" rev="1.2.3" />
Leiningen
[org.pcap4j/pcap4j-core "1.2.3"]
Apache Buildr
'org.pcap4j:pcap4j-core:jar:1.2.3'