Jar examples for s:syslog4j
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.58 in this page.
LGPL
You can use the following script to add syslog4j-0.9.58.jar to your project.
<dependency> <groupId>org.graylog2</groupId> <artifactId>syslog4j</artifactId> <version>0.9.58</version> </dependency>
compile group: 'org.graylog2', name: 'syslog4j', version: '0.9.58'
libraryDependencies += "org.graylog2" % "syslog4j" % "0.9.58"
<dependency org="org.graylog2" name="syslog4j" rev="0.9.58"/>
@Grapes(@Grab(group='org.graylog2', module='syslog4j', version='0.9.58'))
'org.graylog2:syslog4j:jar:0.9.58'
Click the following link to download the jar file.
syslog4j-0.9.58-javadoc.jar