MVN

com.ardikars.jxpacket : jxpacket-core

Maven & Gradle

Jun 25, 2019
9 usages
5 stars

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

<dependency>
    <groupId>com.ardikars.jxpacket</groupId>
    <artifactId>jxpacket-core</artifactId>
    <version>1.2.6.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
1.2.x
jxpacket-core-1.2.6.RELEASE
jxpacket-core-1.2.1.RELEASE
jxpacket-core-1.2.0.Final
1.1.x
jxpacket-core-1.1.0.RC25
jxpacket-core-1.1.0.RC24
jxpacket-core-1.1.0.RC23
jxpacket-core-1.1.0.RC22
jxpacket-core-1.1.0.RC21
jxpacket-core-1.1.0.RC20
jxpacket-core-1.1.0.RC19
jxpacket-core-1.1.0.RC18
jxpacket-core-1.1.0.RC17
jxpacket-core-1.1.0.RC16
jxpacket-core-1.1.0.RC15
jxpacket-core-1.1.0.RC14
jxpacket-core-1.1.0.RC13
jxpacket-core-1.1.0.RC12
jxpacket-core-1.1.0.RC11
jxpacket-core-1.1.0.RC10
jxpacket-core-1.1.0.RC9
jxpacket-core-1.1.0.RC8
jxpacket-core-1.1.0.RC7
jxpacket-core-1.1.0.RC5
jxpacket-core-1.1.0.RC2
jxpacket-core-1.1.0.RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ardikars.jxpacket</groupId>
    <artifactId>jxpacket-core</artifactId>
    <version>1.2.6.RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.ardikars.jxpacket:jxpacket-core:1.2.6.RELEASE'

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

implementation("com.ardikars.jxpacket:jxpacket-core:1.2.6.RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.ardikars.jxpacket" % "jxpacket-core" % "1.2.6.RELEASE"

Advertisement