Last Version

Async net 1.0.4

A basic asynchronous network library, based on netty

License

License

Categories

Categories

Net
GroupId

GroupId

me.melchor9000
ArtifactId

ArtifactId

async-net
Version

Version

1.0.4
Type

Type

jar
Description

Description

Async net
A basic asynchronous network library, based on netty
Project URL

Project URL

https://github.com/melchor629/async-net
Source Code Management

Source Code Management

http://github.com/melchor629/async-net/tree/master

Download async-net 1.0.4


<!-- https://jarcasting.com/artifacts/me.melchor9000/async-net/ -->
<dependency>
    <groupId>me.melchor9000</groupId>
    <artifactId>async-net</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/me.melchor9000/async-net/
implementation 'me.melchor9000:async-net:1.0.4'
// https://jarcasting.com/artifacts/me.melchor9000/async-net/
implementation ("me.melchor9000:async-net:1.0.4")
'me.melchor9000:async-net:jar:1.0.4'
<dependency org="me.melchor9000" name="async-net" rev="1.0.4">
  <artifact name="async-net" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.melchor9000', module='async-net', version='1.0.4')
)
libraryDependencies += "me.melchor9000" % "async-net" % "1.0.4"
[me.melchor9000/async-net "1.0.4"]

Dependencies

compile (5)

Group / Artifact Type Version
io.netty : netty-common jar 4.1.15.Final
io.netty : netty-buffer jar 4.1.15.Final
io.netty : netty-transport jar 4.1.15.Final
io.netty : netty-handler jar 4.1.15.Final
org.jetbrains : annotations jar 13.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.