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