MVN

com.kenai.jxse : jxse

Maven & Gradle

Jun 05, 2013
0 stars

JXSE · JXTA technology is a set of open protocols that allow any connected device on the network ranging from cell phones and wireless PDAs to PCs and servers to communicate and collaborate in a P2P manner. JXTA peers create a virtual network where any peer can interact with other peers and resources directly even when some of the peers and resources are behind firewalls and NATs or are on different network transports. JXSE is the Java implementation of the JXTA protocols.

<dependency>
    <groupId>com.kenai.jxse</groupId>
    <artifactId>jxse</artifactId>
    <version>2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kenai.jxse : jxse to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7

All Versions

Choose a version of com.kenai.jxse : jxse to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7
jxse-2.7

How to add a dependency to Maven

Add the following com.kenai.jxse : jxse maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kenai.jxse</groupId>
    <artifactId>jxse</artifactId>
    <version>2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kenai.jxse : jxse gradle dependency to your build.gradle file:

implementation 'com.kenai.jxse:jxse:2.7'

Gradle Kotlin DSL: Add the following com.kenai.jxse : jxse gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kenai.jxse:jxse:2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kenai.jxse : jxse sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kenai.jxse" % "jxse" % "2.7"

Advertisement