Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.github.lyjaeho |
ArtifactId | ArtifactIdjizcode-netty |
Version | Version1.0.12-BETA |
Type | Typejar |
Filename | Size |
---|---|
jizcode-netty-1.0.12-BETA.pom | |
jizcode-netty-1.0.12-BETA.jar | 28 KB |
jizcode-netty-1.0.12-BETA-sources.jar | 16 KB |
jizcode-netty-1.0.12-BETA-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.12-BETA</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lyjaeho/jizcode-netty/
implementation 'com.github.lyjaeho:jizcode-netty:1.0.12-BETA'
// https://jarcasting.com/artifacts/com.github.lyjaeho/jizcode-netty/
implementation ("com.github.lyjaeho:jizcode-netty:1.0.12-BETA")
'com.github.lyjaeho:jizcode-netty:jar:1.0.12-BETA'
<dependency org="com.github.lyjaeho" name="jizcode-netty" rev="1.0.12-BETA">
<artifact name="jizcode-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lyjaeho', module='jizcode-netty', version='1.0.12-BETA')
)
libraryDependencies += "com.github.lyjaeho" % "jizcode-netty" % "1.0.12-BETA"
[com.github.lyjaeho/jizcode-netty "1.0.12-BETA"]