| GroupId | GroupIdorg.pcap4j | 
|---|---|
| ArtifactId | ArtifactIdpcap4j-packetfactory-propertiesbased | 
| Version | Version2.0.0-alpha | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.pcap4j/pcap4j-packetfactory-propertiesbased/ -->
<dependency>
    <groupId>org.pcap4j</groupId>
    <artifactId>pcap4j-packetfactory-propertiesbased</artifactId>
    <version>2.0.0-alpha</version>
</dependency>// https://jarcasting.com/artifacts/org.pcap4j/pcap4j-packetfactory-propertiesbased/
implementation 'org.pcap4j:pcap4j-packetfactory-propertiesbased:2.0.0-alpha'// https://jarcasting.com/artifacts/org.pcap4j/pcap4j-packetfactory-propertiesbased/
implementation ("org.pcap4j:pcap4j-packetfactory-propertiesbased:2.0.0-alpha")'org.pcap4j:pcap4j-packetfactory-propertiesbased:jar:2.0.0-alpha'<dependency org="org.pcap4j" name="pcap4j-packetfactory-propertiesbased" rev="2.0.0-alpha">
  <artifact name="pcap4j-packetfactory-propertiesbased" type="jar" />
</dependency>@Grapes(
@Grab(group='org.pcap4j', module='pcap4j-packetfactory-propertiesbased', version='2.0.0-alpha')
)libraryDependencies += "org.pcap4j" % "pcap4j-packetfactory-propertiesbased" % "2.0.0-alpha"[org.pcap4j/pcap4j-packetfactory-propertiesbased "2.0.0-alpha"]