License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcom.manorrock.piranha |
ArtifactId | ArtifactIdpiranha-http-netty |
Last Version | Last Version19.11.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionManorrock Piranha Netty Integration
The Manorrock Piranha Project delivers you with a slim Servlet container
and some useful add-on modules
|
<!-- https://jarcasting.com/artifacts/com.manorrock.piranha/piranha-http-netty/ -->
<dependency>
<groupId>com.manorrock.piranha</groupId>
<artifactId>piranha-http-netty</artifactId>
<version>19.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.manorrock.piranha/piranha-http-netty/
implementation 'com.manorrock.piranha:piranha-http-netty:19.11.0'
// https://jarcasting.com/artifacts/com.manorrock.piranha/piranha-http-netty/
implementation ("com.manorrock.piranha:piranha-http-netty:19.11.0")
'com.manorrock.piranha:piranha-http-netty:jar:19.11.0'
<dependency org="com.manorrock.piranha" name="piranha-http-netty" rev="19.11.0">
<artifact name="piranha-http-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.manorrock.piranha', module='piranha-http-netty', version='19.11.0')
)
libraryDependencies += "com.manorrock.piranha" % "piranha-http-netty" % "19.11.0"
[com.manorrock.piranha/piranha-http-netty "19.11.0"]
Group / Artifact | Type | Version |
---|---|---|
com.manorrock.piranha : piranha | jar | 19.11.0 |
io.netty : netty-all | jar | 4.1.42.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.apache.httpcomponents : httpclient | jar | 4.5.10 |