| License |
License |
|---|---|
| GroupId | GroupIdcom.github.tix320 |
| ArtifactId | ArtifactIdsonder |
| Last Version | Last Version3.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonder
TCP client-server library
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| sonder-3.0.1.pom | |
| sonder-3.0.1.jar | 155 KB |
| sonder-3.0.1-sources.jar | 72 KB |
| sonder-3.0.1-javadoc.jar | 595 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tix320/sonder/ -->
<dependency>
<groupId>com.github.tix320</groupId>
<artifactId>sonder</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tix320/sonder/
implementation 'com.github.tix320:sonder:3.0.1'
// https://jarcasting.com/artifacts/com.github.tix320/sonder/
implementation ("com.github.tix320:sonder:3.0.1")
'com.github.tix320:sonder:jar:3.0.1'
<dependency org="com.github.tix320" name="sonder" rev="3.0.1">
<artifact name="sonder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tix320', module='sonder', version='3.0.1')
)
libraryDependencies += "com.github.tix320" % "sonder" % "3.0.1"
[com.github.tix320/sonder "3.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.tix320 : kiwi | jar | 2.4.0 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.12.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.12.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.7.1 |