Socket

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

License

License

GroupId

GroupId

com.gitlab.marvinh
ArtifactId

ArtifactId

socket
Last Version

Last Version

2.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download socket

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.28

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.28
org.junit.jupiter : junit-jupiter jar 5.5.2

Project Modules

There are no modules declared in this project.

Versions

Version
2.1
2.0
1.3
1.2
1.1