License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdme.melchor9000 |
ArtifactId | ArtifactIdasync-net |
Version | Version1.0.4 |
Type | Typejar |
Description |
DescriptionAsync net
A basic asynchronous network library, based on netty
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
async-net-1.0.4.pom | |
async-net-1.0.4.jar | 131 KB |
async-net-1.0.4-sources.jar | 60 KB |
async-net-1.0.4-javadoc.jar | 165 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |