Group Id io.netty
Artifact Id netty-codec-haproxy
Version 4.1.0.CR2
Packaging jar
URL -
Badge
Last Updated 2016-02-04T08:00:54+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>io.netty</groupId>
    <artifactId>netty-codec-haproxy</artifactId>
    <version>4.1.0.CR2</version>
</dependency>
implementation group: 'io.netty', name: 'netty-codec-haproxy', version: '4.1.0.CR2'
implementation 'io.netty:netty-codec-haproxy:4.1.0.CR2'
implementation("io.netty:netty-codec-haproxy:4.1.0.CR2")
libraryDependencies += "io.netty" % "netty-codec-haproxy" % "4.1.0.CR2"
<dependency org="io.netty" name="netty-codec-haproxy" rev="4.1.0.CR2"/>
@Grapes(
    @Grab(group='io.netty', module='netty-codec-haproxy', version='4.1.0.CR2')
)
[io.netty/netty-codec-haproxy "4.1.0.CR2"]
'io.netty:netty-codec-haproxy:4.1.0.CR2'