MVN

com.ardikars.jxpacket : jxpacket-example

Maven & Gradle

Nov 13, 2018
5 stars

jxpacket-example · Jxpacket is a network packet crafting library for java.

<dependency>
    <groupId>com.ardikars.jxpacket</groupId>
    <artifactId>jxpacket-example</artifactId>
    <version>1.1.0.RC25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ardikars.jxpacket : jxpacket-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0.RC25
  • Latest Release Candidate: 1.1.0.RC25

All Versions

Choose a version of com.ardikars.jxpacket : jxpacket-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
jxpacket-example-1.1.0.RC25
jxpacket-example-1.1.0.RC24
jxpacket-example-1.1.0.RC23
jxpacket-example-1.1.0.RC22
jxpacket-example-1.1.0.RC21
jxpacket-example-1.1.0.RC20
jxpacket-example-1.1.0.RC19
jxpacket-example-1.1.0.RC18
jxpacket-example-1.1.0.RC17
jxpacket-example-1.1.0.RC16
jxpacket-example-1.1.0.RC15
jxpacket-example-1.1.0.RC14
jxpacket-example-1.1.0.RC13
jxpacket-example-1.1.0.RC12
jxpacket-example-1.1.0.RC11
jxpacket-example-1.1.0.RC10
jxpacket-example-1.1.0.RC9
jxpacket-example-1.1.0.RC8
jxpacket-example-1.1.0.RC7
jxpacket-example-1.1.0.RC5

How to add a dependency to Maven

Add the following com.ardikars.jxpacket : jxpacket-example maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ardikars.jxpacket</groupId>
    <artifactId>jxpacket-example</artifactId>
    <version>1.1.0.RC25</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ardikars.jxpacket : jxpacket-example gradle dependency to your build.gradle file:

implementation 'com.ardikars.jxpacket:jxpacket-example:1.1.0.RC25'

Gradle Kotlin DSL: Add the following com.ardikars.jxpacket : jxpacket-example gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ardikars.jxpacket:jxpacket-example:1.1.0.RC25")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ardikars.jxpacket : jxpacket-example sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ardikars.jxpacket" % "jxpacket-example" % "1.1.0.RC25"