License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdtech.mhuang.pacebox |
ArtifactId | ArtifactIdpacebox-netty |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionnetty tool
netty plugin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pacebox-netty-1.0.2.pom | |
pacebox-netty-1.0.2.jar | 30 KB |
pacebox-netty-1.0.2-sources.jar | 22 KB |
pacebox-netty-1.0.2-javadoc.jar | 177 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.mhuang.pacebox/pacebox-netty/ -->
<dependency>
<groupId>tech.mhuang.pacebox</groupId>
<artifactId>pacebox-netty</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/tech.mhuang.pacebox/pacebox-netty/
implementation 'tech.mhuang.pacebox:pacebox-netty:1.0.2'
// https://jarcasting.com/artifacts/tech.mhuang.pacebox/pacebox-netty/
implementation ("tech.mhuang.pacebox:pacebox-netty:1.0.2")
'tech.mhuang.pacebox:pacebox-netty:jar:1.0.2'
<dependency org="tech.mhuang.pacebox" name="pacebox-netty" rev="1.0.2">
<artifact name="pacebox-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.mhuang.pacebox', module='pacebox-netty', version='1.0.2')
)
libraryDependencies += "tech.mhuang.pacebox" % "pacebox-netty" % "1.0.2"
[tech.mhuang.pacebox/pacebox-netty "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
tech.mhuang.pacebox : pacebox-core | jar | 1.0.10 |
org.projectlombok : lombok | jar | 1.18.16 |
io.netty : netty-all | jar | 4.1.48.Final |