| License |
License |
|---|---|
| GroupId | GroupIdorg.monora.coolsocket |
| ArtifactId | ArtifactIdcore |
| Version | Version2.0-rc18 |
| 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-rc18.pom | |
| core-2.0-rc18.jar | 38 KB |
| core-2.0-rc18-tests.jar | 54 KB |
| core-2.0-rc18-sources.jar | 35 KB |
| core-2.0-rc18-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-rc18</version>
</dependency>
// https://jarcasting.com/artifacts/org.monora.coolsocket/core/
implementation 'org.monora.coolsocket:core:2.0-rc18'
// https://jarcasting.com/artifacts/org.monora.coolsocket/core/
implementation ("org.monora.coolsocket:core:2.0-rc18")
'org.monora.coolsocket:core:jar:2.0-rc18'
<dependency org="org.monora.coolsocket" name="core" rev="2.0-rc18">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.monora.coolsocket', module='core', version='2.0-rc18')
)
libraryDependencies += "org.monora.coolsocket" % "core" % "2.0-rc18"
[org.monora.coolsocket/core "2.0-rc18"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.json : json | jar | 20201115 |
| org.jetbrains : annotations | jar | 22.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |