is not current version
Last Version 1.0.1

com.github.autermann:sockets 1.0.0

Java Socket handling made easy

GroupId

GroupId

com.github.autermann
ArtifactId

ArtifactId

sockets
Version

Version

1.0.0
Type

Type

jar

Download sockets 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.autermann/sockets/ -->
<dependency>
    <groupId>com.github.autermann</groupId>
    <artifactId>sockets</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.autermann/sockets/
implementation 'com.github.autermann:sockets:1.0.0'
// https://jarcasting.com/artifacts/com.github.autermann/sockets/
implementation ("com.github.autermann:sockets:1.0.0")
'com.github.autermann:sockets:jar:1.0.0'
<dependency org="com.github.autermann" name="sockets" rev="1.0.0">
  <artifact name="sockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.autermann', module='sockets', version='1.0.0')
)
libraryDependencies += "com.github.autermann" % "sockets" % "1.0.0"
[com.github.autermann/sockets "1.0.0"]