Download syslog4j-0.9.55.jar file - Jar s

Jar examples for s:syslog4j

Description

Syslog4j provides client and server implementations of the BSD Syslog protocol (RFC 3164) and the draft "structured syslog" protocol (RFC Draft). This is a repackaged fork used in Graylog2, as the original package has no recent versions published to Maven Central.

You can download jar file syslog4j 0.9.55 in this page.

License

LGPL

Build File

You can use the following script to add syslog4j-0.9.55.jar to your project.

<dependency>
   <groupId>org.graylog2</groupId>
   <artifactId>syslog4j</artifactId>
   <version>0.9.55</version>
</dependency>
compile group: 'org.graylog2', name: 'syslog4j', version: '0.9.55'
libraryDependencies += "org.graylog2" % "syslog4j" % "0.9.55"
<dependency org="org.graylog2" name="syslog4j" rev="0.9.55"/>
@Grapes(@Grab(group='org.graylog2', module='syslog4j', version='0.9.55'))
'org.graylog2:syslog4j:jar:0.9.55'

Download

Click the following link to download the jar file.

syslog4j-0.9.55-javadoc.jar
syslog4j-0.9.55-sources.jar
syslog4j-0.9.55.jar
syslog4j-0.9.55.pom



Related Tutorials