is not current version
Last Version 4.14

org.threadly:litesockets 3.2.6

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.6
Type

Type

jar

Download litesockets 3.2.6


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