License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcom.github.mheath |
ArtifactId | ArtifactIdsyslog-netty-codec |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSyslog Netty Codec
A Netty Codec for working with Syslog (RFC-5424, RFC-6587)
|
Filename | Size |
---|---|
syslog-netty-codec-0.3.pom | |
syslog-netty-codec-0.3.jar | 11 KB |
syslog-netty-codec-0.3-sources.jar | 5 KB |
syslog-netty-codec-0.3-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mheath/syslog-netty-codec/ -->
<dependency>
<groupId>com.github.mheath</groupId>
<artifactId>syslog-netty-codec</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mheath/syslog-netty-codec/
implementation 'com.github.mheath:syslog-netty-codec:0.3'
// https://jarcasting.com/artifacts/com.github.mheath/syslog-netty-codec/
implementation ("com.github.mheath:syslog-netty-codec:0.3")
'com.github.mheath:syslog-netty-codec:jar:0.3'
<dependency org="com.github.mheath" name="syslog-netty-codec" rev="0.3">
<artifact name="syslog-netty-codec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mheath', module='syslog-netty-codec', version='0.3')
)
libraryDependencies += "com.github.mheath" % "syslog-netty-codec" % "0.3"
[com.github.mheath/syslog-netty-codec "0.3"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-all | jar | 4.1.4.Final |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.21 |