License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.github.umbranium |
ArtifactId | ArtifactIdtcpclientserver |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontcpclientserver
Simple string-based TCP client and server library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tcpclientserver-1.1.2.pom | |
tcpclientserver-1.1.2.jar | 8 KB |
tcpclientserver-1.1.2-sources.jar | 4 KB |
tcpclientserver-1.1.2-javadoc.jar | 407 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.umbranium/tcpclientserver/ -->
<dependency>
<groupId>io.github.umbranium</groupId>
<artifactId>tcpclientserver</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.umbranium/tcpclientserver/
implementation 'io.github.umbranium:tcpclientserver:1.1.2'
// https://jarcasting.com/artifacts/io.github.umbranium/tcpclientserver/
implementation ("io.github.umbranium:tcpclientserver:1.1.2")
'io.github.umbranium:tcpclientserver:jar:1.1.2'
<dependency org="io.github.umbranium" name="tcpclientserver" rev="1.1.2">
<artifact name="tcpclientserver" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.umbranium', module='tcpclientserver', version='1.1.2')
)
libraryDependencies += "io.github.umbranium" % "tcpclientserver" % "1.1.2"
[io.github.umbranium/tcpclientserver "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |