Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.github.lyjaeho |
ArtifactId | ArtifactIdjizcode-netty |
Version | Version1.0.8 |
Type | Typejar |
Filename | Size |
---|---|
jizcode-netty-1.0.8.pom | |
jizcode-netty-1.0.8.jar | 28 KB |
jizcode-netty-1.0.8-sources.jar | 16 KB |
jizcode-netty-1.0.8-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lyjaeho/jizcode-netty/ -->
<dependency>
<groupId>com.github.lyjaeho</groupId>
<artifactId>jizcode-netty</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lyjaeho/jizcode-netty/
implementation 'com.github.lyjaeho:jizcode-netty:1.0.8'
// https://jarcasting.com/artifacts/com.github.lyjaeho/jizcode-netty/
implementation ("com.github.lyjaeho:jizcode-netty:1.0.8")
'com.github.lyjaeho:jizcode-netty:jar:1.0.8'
<dependency org="com.github.lyjaeho" name="jizcode-netty" rev="1.0.8">
<artifact name="jizcode-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lyjaeho', module='jizcode-netty', version='1.0.8')
)
libraryDependencies += "com.github.lyjaeho" % "jizcode-netty" % "1.0.8"
[com.github.lyjaeho/jizcode-netty "1.0.8"]