is not current version
Last Version 2.1

com.gitlab.marvinh:socket 1.3

Library for creating sockets on server and client and run code on it

GroupId

GroupId

com.gitlab.marvinh
ArtifactId

ArtifactId

socket
Version

Version

1.3
Type

Type

jar

Download socket 1.3


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