MVN

com.gitlab.tixtix320 : sonder

Maven & Gradle

Jan 18, 2020

Sonder · TCP client-server

<dependency>
    <groupId>com.gitlab.tixtix320</groupId>
    <artifactId>sonder</artifactId>
    <version>0.11.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.11.1

All Versions

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

Version Vulnerabilities Updated
0.11.x
sonder-0.11.1
sonder-0.11.0
0.10.x
sonder-0.10.1
sonder-0.10.0
0.9.x
sonder-0.9.0
0.8.x
sonder-0.8.0
0.7.x
sonder-0.7.0
0.6.x
sonder-0.6.3
sonder-0.6.2
sonder-0.6.1
0.5.x
sonder-0.5.0
0.4
sonder-0.4
0.3
sonder-0.3
0.2
sonder-0.2
0.1
sonder-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gitlab.tixtix320</groupId>
    <artifactId>sonder</artifactId>
    <version>0.11.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.gitlab.tixtix320:sonder:0.11.1'

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

implementation("com.gitlab.tixtix320:sonder:0.11.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.gitlab.tixtix320" % "sonder" % "0.11.1"

Advertisement