nettyfunctional
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.koosha.nettyfunctional</groupId> <artifactId>nettyfunctional</artifactId> <version>1.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.koosha.nettyfunctional</groupId> <artifactId>nettyfunctional</artifactId> <version>1.0.0</version> <name>Netty Functional</name> <description>Functional (lambda) for Netty, implement your handlers as a simple lambda defination.</description> <url>https://gitlab.com/hkoosha/netty-functional</url> <organization> <name>io.koosha</name> <url>https://koosha.io</url> </organization> <licenses> <license> <name>Apache License 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <name>Koosha Hosseiny</name> <email>i@koosha.io</email> <url>https://koosha.io</url> </developer> </developers> <scm> <connection>scm:git:git://gitlab.com/hkoosha/netty-functional.git</connection> <developerConnection>scm:git:git@gitlab.com:hkoosha/netty-functional.git</developerConnection> <url>https://gitlab.com/hkoosha/netty-functional</url> </scm> <issueManagement> <system>GitLab</system> <url>https://gitlab.com/hkoosha/netty-functional/issues</url> </issueManagement> </project>