| License |
License |
|---|---|
| GroupId | GroupIdorg.monora.coolsocket |
| ArtifactId | ArtifactIdcore |
| Version | Version2.0-rc16 |
| Type | Typejar |
| Description |
DescriptionCoolSocket
Bidirectional TCP socket layer and server
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| core-2.0-rc16.pom | |
| core-2.0-rc16.jar | 38 KB |
| core-2.0-rc16-tests.jar | 50 KB |
| core-2.0-rc16-sources.jar | 35 KB |
| core-2.0-rc16-javadoc.jar | 238 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.monora.coolsocket/core/ -->
<dependency>
<groupId>org.monora.coolsocket</groupId>
<artifactId>core</artifactId>
<version>2.0-rc16</version>
</dependency>
// https://jarcasting.com/artifacts/org.monora.coolsocket/core/
implementation 'org.monora.coolsocket:core:2.0-rc16'
// https://jarcasting.com/artifacts/org.monora.coolsocket/core/
implementation ("org.monora.coolsocket:core:2.0-rc16")
'org.monora.coolsocket:core:jar:2.0-rc16'
<dependency org="org.monora.coolsocket" name="core" rev="2.0-rc16">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.monora.coolsocket', module='core', version='2.0-rc16')
)
libraryDependencies += "org.monora.coolsocket" % "core" % "2.0-rc16"
[org.monora.coolsocket/core "2.0-rc16"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.json : json | jar | 20201115 |
| org.jetbrains : annotations | jar | 16.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |