GroupId | GroupIdcom.ardikars.jxpacket |
---|---|
ArtifactId | ArtifactIdjxpacket-pcap4j |
Version | Version1.1.0.RC24 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ardikars.jxpacket/jxpacket-pcap4j/ -->
<dependency>
<groupId>com.ardikars.jxpacket</groupId>
<artifactId>jxpacket-pcap4j</artifactId>
<version>1.1.0.RC24</version>
</dependency>
// https://jarcasting.com/artifacts/com.ardikars.jxpacket/jxpacket-pcap4j/
implementation 'com.ardikars.jxpacket:jxpacket-pcap4j:1.1.0.RC24'
// https://jarcasting.com/artifacts/com.ardikars.jxpacket/jxpacket-pcap4j/
implementation ("com.ardikars.jxpacket:jxpacket-pcap4j:1.1.0.RC24")
'com.ardikars.jxpacket:jxpacket-pcap4j:jar:1.1.0.RC24'
<dependency org="com.ardikars.jxpacket" name="jxpacket-pcap4j" rev="1.1.0.RC24">
<artifact name="jxpacket-pcap4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ardikars.jxpacket', module='jxpacket-pcap4j', version='1.1.0.RC24')
)
libraryDependencies += "com.ardikars.jxpacket" % "jxpacket-pcap4j" % "1.1.0.RC24"
[com.ardikars.jxpacket/jxpacket-pcap4j "1.1.0.RC24"]