License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.github.braginxv |
ArtifactId | ArtifactIdnetgym |
Version | Version0.6-beta |
Type | Typejar |
Description |
Descriptioncom.github.braginxv:netgym
Full-featured high performance asynchronous network library for a client side of jvm-apps (including Android).
It provides handling large number of parallel connections (TCP, UDP) using single instance of the client
in asynchronous or/and synchronous mode.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
netgym-0.6-beta.pom | |
netgym-0.6-beta.jar | 111 KB |
netgym-0.6-beta-sources.jar | 71 KB |
netgym-0.6-beta-javadoc.jar | 280 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.braginxv/netgym/ -->
<dependency>
<groupId>com.github.braginxv</groupId>
<artifactId>netgym</artifactId>
<version>0.6-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.braginxv/netgym/
implementation 'com.github.braginxv:netgym:0.6-beta'
// https://jarcasting.com/artifacts/com.github.braginxv/netgym/
implementation ("com.github.braginxv:netgym:0.6-beta")
'com.github.braginxv:netgym:jar:0.6-beta'
<dependency org="com.github.braginxv" name="netgym" rev="0.6-beta">
<artifact name="netgym" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.braginxv', module='netgym', version='0.6-beta')
)
libraryDependencies += "com.github.braginxv" % "netgym" % "0.6-beta"
[com.github.braginxv/netgym "0.6-beta"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.28.2 |