MVN

com.manorrock.piranha : piranha-http-netty

Maven & Gradle

Nov 13, 2019
110 stars

Manorrock Piranha Netty Integration

<dependency>
    <groupId>com.manorrock.piranha</groupId>
    <artifactId>piranha-http-netty</artifactId>
    <version>19.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.manorrock.piranha : piranha-http-netty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 19.11.0

All Versions

Choose a version of com.manorrock.piranha : piranha-http-netty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
19.11.x
piranha-http-netty-19.11.0
4.0.x
piranha-http-netty-4.0.15.0
piranha-http-netty-4.0.14.0
piranha-http-netty-4.0.13.0
piranha-http-netty-4.0.12.0
piranha-http-netty-4.0.11.0
piranha-http-netty-4.0.10.0
piranha-http-netty-4.0.9.0
piranha-http-netty-4.0.8.0

How to add a dependency to Maven

Add the following com.manorrock.piranha : piranha-http-netty maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.manorrock.piranha</groupId>
    <artifactId>piranha-http-netty</artifactId>
    <version>19.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.manorrock.piranha : piranha-http-netty gradle dependency to your build.gradle file:

implementation 'com.manorrock.piranha:piranha-http-netty:19.11.0'

Gradle Kotlin DSL: Add the following com.manorrock.piranha : piranha-http-netty gradle kotlin dependency to your build.gradle.kts file:

implementation("com.manorrock.piranha:piranha-http-netty:19.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.manorrock.piranha : piranha-http-netty sbt scala dependency to your build.sbt file:

libraryDependencies += "com.manorrock.piranha" % "piranha-http-netty" % "19.11.0"

Advertisement