MVN

com.github.tix320 : sonder

Maven & Gradle

Mar 21, 2021

Sonder · TCP client-server library

<dependency>
    <groupId>com.github.tix320</groupId>
    <artifactId>sonder</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.tix320 : sonder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of com.github.tix320 : sonder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
sonder-3.0.1
sonder-3.0.0
2.2.x
sonder-2.2.1
2.1.x
sonder-2.1.0
2.0.x
sonder-2.0.0
1.0.x
sonder-1.0.1
sonder-1.0.0
0.24.x
sonder-0.24.0
0.23.x
sonder-0.23.3
sonder-0.23.2
sonder-0.23.1
sonder-0.23.0
0.22.x
sonder-0.22.1
sonder-0.22.0
0.21.x
sonder-0.21.0
0.20.x
sonder-0.20.1
sonder-0.20.0
0.19.x
sonder-0.19.3
sonder-0.19.2
sonder-0.19.1
sonder-0.19.0
0.18.x
sonder-0.18.0
0.17.x
sonder-0.17.0
0.16.x
sonder-0.16.5
sonder-0.16.3
sonder-0.16.2
sonder-0.16.0
0.15.x
sonder-0.15.0
0.14.x
sonder-0.14.0
0.13.x
sonder-0.13.0
0.12.x
sonder-0.12.2
sonder-0.12.1
sonder-0.12.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.tix320</groupId>
    <artifactId>sonder</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.tix320 : sonder gradle dependency to your build.gradle file:

implementation 'com.github.tix320:sonder:3.0.1'

Gradle Kotlin DSL: Add the following com.github.tix320 : sonder gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.tix320:sonder:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.tix320 : sonder sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.tix320" % "sonder" % "3.0.1"

Advertisement