License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcom.github.echosun1996 |
ArtifactId | ArtifactIdnettyhws |
Last Version | Last Version1.1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionnettyhws
A frame based on Netty.
|
Project URL |
Project URL |
Filename | Size |
---|---|
nettyhws-1.1.5.pom | |
nettyhws-1.1.5.jar | 30 KB |
nettyhws-1.1.5-sources.jar | 23 KB |
nettyhws-1.1.5-javadoc.jar | 206 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.echosun1996/nettyhws/ -->
<dependency>
<groupId>com.github.echosun1996</groupId>
<artifactId>nettyhws</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.echosun1996/nettyhws/
implementation 'com.github.echosun1996:nettyhws:1.1.5'
// https://jarcasting.com/artifacts/com.github.echosun1996/nettyhws/
implementation ("com.github.echosun1996:nettyhws:1.1.5")
'com.github.echosun1996:nettyhws:jar:1.1.5'
<dependency org="com.github.echosun1996" name="nettyhws" rev="1.1.5">
<artifact name="nettyhws" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.echosun1996', module='nettyhws', version='1.1.5')
)
libraryDependencies += "com.github.echosun1996" % "nettyhws" % "1.1.5"
[com.github.echosun1996/nettyhws "1.1.5"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-all | jar | 4.1.13.Final |