Last Version

com.github.braginxv:netgym 0.6-beta

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.

License

License

MIT
Categories

Categories

Net
GroupId

GroupId

com.github.braginxv
ArtifactId

ArtifactId

netgym
Version

Version

0.6-beta
Type

Type

jar
Description

Description

com.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

https://github.com/braginxv/netgym
Source Code Management

Source Code Management

https://github.com/braginxv/netgym.git

Download netgym 0.6-beta


<!-- 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"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.28.2

Project Modules

There are no modules declared in this project.