is not current version
Last Version 4.14

org.threadly:litesockets 2.0.0

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

2.0.0
Type

Type

jar

Download litesockets 2.0.0


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