MVN

ch.mimo : netty-icap

Maven & Gradle

Apr 04, 2012
22 stars

The Netty ICAP Protocol Codec Project · ICAP Codec implementation for JBoss Netty

<dependency>
    <groupId>ch.mimo</groupId>
    <artifactId>netty-icap</artifactId>
    <version>1.0.1.GA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.mimo : netty-icap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1.GA
  • Latest Release Candidate: 1.0.0.RC3

All Versions

Choose a version of ch.mimo : netty-icap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
netty-icap-1.0.1.GA
netty-icap-1.0.0.GA
netty-icap-1.0.0.RC3
netty-icap-1.0.0.RC2
netty-icap-1.0.0.RC1

How to add a dependency to Maven

Add the following ch.mimo : netty-icap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.mimo</groupId>
    <artifactId>netty-icap</artifactId>
    <version>1.0.1.GA</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.mimo : netty-icap gradle dependency to your build.gradle file:

implementation 'ch.mimo:netty-icap:1.0.1.GA'

Gradle Kotlin DSL: Add the following ch.mimo : netty-icap gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.mimo:netty-icap:1.0.1.GA")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.mimo : netty-icap sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.mimo" % "netty-icap" % "1.0.1.GA"