| License |
License |
|---|---|
| GroupId | GroupIdorg.threadly |
| ArtifactId | ArtifactIdlitesockets |
| Last Version | Last Version4.14 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLiteSockets
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.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| litesockets-4.14.pom | |
| litesockets-4.14.jar | 89 KB |
| litesockets-4.14-sources.jar | 51 KB |
| litesockets-4.14-javadoc.jar | 183 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.threadly/litesockets/ -->
<dependency>
<groupId>org.threadly</groupId>
<artifactId>litesockets</artifactId>
<version>4.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.threadly/litesockets/
implementation 'org.threadly:litesockets:4.14'
// https://jarcasting.com/artifacts/org.threadly/litesockets/
implementation ("org.threadly:litesockets:4.14")
'org.threadly:litesockets:jar:4.14'
<dependency org="org.threadly" name="litesockets" rev="4.14">
<artifact name="litesockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.threadly', module='litesockets', version='4.14')
)
libraryDependencies += "org.threadly" % "litesockets" % "4.14"
[org.threadly/litesockets "4.14"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.threadly : threadly | jar | 5.42 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |