License |
License |
---|---|
GroupId | GroupIdcom.ardikars.jxpacket |
ArtifactId | ArtifactIdjxpacket |
Last Version | Last Version1.2.6.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjxpacket
Jxpacket is a network packet crafting library for java.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jxpacket-1.2.6.RELEASE.pom | |
jxpacket-1.2.6.RELEASE.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.ardikars.jxpacket/jxpacket/ -->
<dependency>
<groupId>com.ardikars.jxpacket</groupId>
<artifactId>jxpacket</artifactId>
<version>1.2.6.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.ardikars.jxpacket/jxpacket/
implementation 'com.ardikars.jxpacket:jxpacket:1.2.6.RELEASE'
// https://jarcasting.com/artifacts/com.ardikars.jxpacket/jxpacket/
implementation ("com.ardikars.jxpacket:jxpacket:1.2.6.RELEASE")
'com.ardikars.jxpacket:jxpacket:jar:1.2.6.RELEASE'
<dependency org="com.ardikars.jxpacket" name="jxpacket" rev="1.2.6.RELEASE">
<artifact name="jxpacket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ardikars.jxpacket', module='jxpacket', version='1.2.6.RELEASE')
)
libraryDependencies += "com.ardikars.jxpacket" % "jxpacket" % "1.2.6.RELEASE"
[com.ardikars.jxpacket/jxpacket "1.2.6.RELEASE"]