is not current version
Last Version 4.14

org.threadly:litesockets 3.2.4

A light weight socket library designed for highly concurrent applications. LiteSockets leverages threadly to make it easy to maintain concurrent connections while keeping threading on a per-client basis single threaded.

GroupId

GroupId

org.threadly
ArtifactId

ArtifactId

litesockets
Version

Version

3.2.4
Type

Type

jar

Download litesockets 3.2.4


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