MVN

org.jxta.platform : jxta

Maven & Gradle

Feb 03, 2006
3 usages

JXTA Platform · 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.

<dependency>
    <groupId>org.jxta.platform</groupId>
    <artifactId>jxta</artifactId>
    <version>2.3.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jxta.platform : jxta to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.6

All Versions

Choose a version of org.jxta.platform : jxta to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
jxta-2.3.6

How to add a dependency to Maven

Add the following org.jxta.platform : jxta maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jxta.platform</groupId>
    <artifactId>jxta</artifactId>
    <version>2.3.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jxta.platform : jxta gradle dependency to your build.gradle file:

implementation 'org.jxta.platform:jxta:2.3.6'

Gradle Kotlin DSL: Add the following org.jxta.platform : jxta gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jxta.platform:jxta:2.3.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jxta.platform : jxta sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jxta.platform" % "jxta" % "2.3.6"