Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdtech.mhuang.pacebox |
ArtifactId | ArtifactIdpacebox-netty |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
pacebox-netty-1.0.1.pom | |
pacebox-netty-1.0.1.jar | 30 KB |
pacebox-netty-1.0.1-sources.jar | 22 KB |
pacebox-netty-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/tech.mhuang.pacebox/pacebox-netty/
implementation 'tech.mhuang.pacebox:pacebox-netty:1.0.1'
// https://jarcasting.com/artifacts/tech.mhuang.pacebox/pacebox-netty/
implementation ("tech.mhuang.pacebox:pacebox-netty:1.0.1")
'tech.mhuang.pacebox:pacebox-netty:jar:1.0.1'
<dependency org="tech.mhuang.pacebox" name="pacebox-netty" rev="1.0.1">
<artifact name="pacebox-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.mhuang.pacebox', module='pacebox-netty', version='1.0.1')
)
libraryDependencies += "tech.mhuang.pacebox" % "pacebox-netty" % "1.0.1"
[tech.mhuang.pacebox/pacebox-netty "1.0.1"]