io.netty:netty (3.7.0.Final)

Published 2026-02-24 13:43:38 +00:00 by atheaadmin

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>io.netty</groupId>
	<artifactId>netty</artifactId>
	<version>3.7.0.Final</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=io.netty:netty:3.7.0.Final

About this package

The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP and UDP socket server.

Dependencies

org.jboss.marshalling:jboss-marshalling
${jboss.marshalling.version}
com.google.protobuf:protobuf-java
2.5.0
javax.servlet:servlet-api
2.5
javax.activation:activation
1.1.1
org.apache.felix:org.osgi.core
1.4.0
org.apache.felix:org.osgi.compendium
1.4.0
org.slf4j:slf4j-api
1.6.4
commons-logging:commons-logging
1.1.1
org.jboss.logging:jboss-logging-spi
2.1.2.GA
log4j:log4j
1.2.16
junit:junit
4.10
org.easymock:easymock
3.1
org.easymock:easymockclassextension
3.1
org.slf4j:slf4j-simple
1.6.4
org.jboss.marshalling:jboss-marshalling-serial
${jboss.marshalling.version}
org.jboss.marshalling:jboss-marshalling-river
${jboss.marshalling.version}
Details
Maven
2026-02-24 13:43:38 +00:00
0
The Netty Project
Apache License, Version 2.0
26 KiB
Assets (1)
Versions (2) View all
3.10.6.Final 2026-02-24
3.7.0.Final 2026-02-24