MVN

org.xsocket : xSocket

Maven & Gradle

Jan 09, 2011
3 usages

xSocket · xSocket

<dependency>
    <groupId>org.xsocket</groupId>
    <artifactId>xSocket</artifactId>
    <version>2.8.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.xsocket : xSocket to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.15
  • Latest Beta: 2.0-beta-2
  • Latest Alpha: 2.0-alpha-2

All Versions

Choose a version of org.xsocket : xSocket to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
xSocket-2.8.15
xSocket-2.8.14
xSocket-2.8.13
xSocket-2.8.12
xSocket-2.8.11
xSocket-2.8.10
xSocket-2.8.9
xSocket-2.8.8
xSocket-2.8.7
xSocket-2.8.6
xSocket-2.8.5
xSocket-2.8.4
xSocket-2.8.3
xSocket-2.8.2
xSocket-2.8.1
2.8
xSocket-2.8
2.7.x
xSocket-2.7.2
xSocket-2.7.1
2.7
xSocket-2.7
2.6.x
xSocket-2.6.6
xSocket-2.6.5
xSocket-2.6.4
xSocket-2.6.3
xSocket-2.6.2
xSocket-2.6.1
xSocket-2.6.0
2.5.x
xSocket-2.5.5
xSocket-2.5.4
xSocket-2.5.3
xSocket-2.5.2
xSocket-2.5.1
2.5
xSocket-2.5
2.4.x
xSocket-2.4.6
xSocket-2.4.5
xSocket-2.4.4
xSocket-2.4.3
xSocket-2.4.2
xSocket-2.4.1
2.4
xSocket-2.4
2.3.x
xSocket-2.3.2
xSocket-2.3.1
2.3
xSocket-2.3
2.2
xSocket-2.2
2.1.x
xSocket-2.1.2
xSocket-2.1.1
2.1
xSocket-2.1
2.0
xSocket-2.0
xSocket-2.0-beta-2
xSocket-2.0-beta-1
xSocket-2.0-alpha-2
xSocket-2.0-alpha-1
1.2.x
xSocket-1.2.1
1.2
xSocket-1.2
1.1
xSocket-1.1
1.0
xSocket-1.0
xSocket-1.0-beta-4
xSocket-1.0-beta-3
xSocket-1.0-beta-2
xSocket-1.0-beta-1
0.9
xSocket-0.9-beta-1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.xsocket</groupId>
    <artifactId>xSocket</artifactId>
    <version>2.8.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.xsocket : xSocket gradle dependency to your build.gradle file:

implementation 'org.xsocket:xSocket:2.8.15'

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

implementation("org.xsocket:xSocket:2.8.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.xsocket : xSocket sbt scala dependency to your build.sbt file:

libraryDependencies += "org.xsocket" % "xSocket" % "2.8.15"

Advertisement