The Netty ICAP Protocol Codec Project

ICAP Codec implementation for JBoss Netty

License

License

Categories

Categories

Net Netty Networking
GroupId

GroupId

ch.mimo
ArtifactId

ArtifactId

netty-icap
Last Version

Last Version

1.0.1.GA
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download netty-icap

How to add to project

<!-- https://jarcasting.com/artifacts/ch.mimo/netty-icap/ -->
<dependency>
    <groupId>ch.mimo</groupId>
    <artifactId>netty-icap</artifactId>
    <version>1.0.1.GA</version>
</dependency>
// https://jarcasting.com/artifacts/ch.mimo/netty-icap/
implementation 'ch.mimo:netty-icap:1.0.1.GA'
// https://jarcasting.com/artifacts/ch.mimo/netty-icap/
implementation ("ch.mimo:netty-icap:1.0.1.GA")
'ch.mimo:netty-icap:jar:1.0.1.GA'
<dependency org="ch.mimo" name="netty-icap" rev="1.0.1.GA">
  <artifact name="netty-icap" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.mimo', module='netty-icap', version='1.0.1.GA')
)
libraryDependencies += "ch.mimo" % "netty-icap" % "1.0.1.GA"
[ch.mimo/netty-icap "1.0.1.GA"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jboss.netty : netty jar 3.2.5.Final
org.apache.felix : org.osgi.core Optional jar 1.4.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1.GA
1.0.0.GA
1.0.0.RC3
1.0.0.RC2
1.0.0.RC1