License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcn.com.infosec |
ArtifactId | ArtifactIdnetty-parent |
Last Version | Last Version4.1.26.Final |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionNetty
Netty is an asynchronous event-driven network application framework for
rapid development of maintainable high performance protocol servers and
clients.
|
Project Organization |
Project OrganizationThe Netty Project |
Filename | Size |
---|---|
netty-parent-4.1.26.Final.pom | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.com.infosec/netty-parent/ -->
<dependency>
<groupId>cn.com.infosec</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.26.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.com.infosec/netty-parent/
implementation 'cn.com.infosec:netty-parent:4.1.26.Final'
// https://jarcasting.com/artifacts/cn.com.infosec/netty-parent/
implementation ("cn.com.infosec:netty-parent:4.1.26.Final")
'cn.com.infosec:netty-parent:pom:4.1.26.Final'
<dependency org="cn.com.infosec" name="netty-parent" rev="4.1.26.Final">
<artifact name="netty-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.com.infosec', module='netty-parent', version='4.1.26.Final')
)
libraryDependencies += "cn.com.infosec" % "netty-parent" % "4.1.26.Final"
[cn.com.infosec/netty-parent "4.1.26.Final"]
Group / Artifact | Type | Version |
---|---|---|
org.javassist : javassist | jar | 3.20.0-GA |
junit : junit | jar | 4.12 |
cn.com.infosec : netty-build | jar | 23 |
org.hamcrest : hamcrest-library | jar | 1.3 |
ch.qos.logback : logback-classic | jar | 1.1.7 |