is not current version
Last Version 0.3

com.github.mheath:syslog-netty-codec 0.2.1

A Netty Codec for working with Syslog (RFC-5424, RFC-6587)

Categories

Categories

Net Netty Networking
GroupId

GroupId

com.github.mheath
ArtifactId

ArtifactId

syslog-netty-codec
Version

Version

0.2.1
Type

Type

jar

Download syslog-netty-codec 0.2.1


<!-- https://jarcasting.com/artifacts/com.github.mheath/syslog-netty-codec/ -->
<dependency>
    <groupId>com.github.mheath</groupId>
    <artifactId>syslog-netty-codec</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mheath/syslog-netty-codec/
implementation 'com.github.mheath:syslog-netty-codec:0.2.1'
// https://jarcasting.com/artifacts/com.github.mheath/syslog-netty-codec/
implementation ("com.github.mheath:syslog-netty-codec:0.2.1")
'com.github.mheath:syslog-netty-codec:jar:0.2.1'
<dependency org="com.github.mheath" name="syslog-netty-codec" rev="0.2.1">
  <artifact name="syslog-netty-codec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mheath', module='syslog-netty-codec', version='0.2.1')
)
libraryDependencies += "com.github.mheath" % "syslog-netty-codec" % "0.2.1"
[com.github.mheath/syslog-netty-codec "0.2.1"]