License |
License |
---|---|
GroupId | GroupIdcom.github.palindromicity |
ArtifactId | ArtifactIdsimple-syslog |
Version | Version0.0.6 |
Type | Typejar |
Description |
Descriptionsimple-syslog
A java library for parsing valid RFC 5324 and RFC 3164 syslog
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simple-syslog-0.0.6.pom | |
simple-syslog-0.0.6.jar | 253 KB |
simple-syslog-0.0.6-sources.jar | 135 KB |
simple-syslog-0.0.6-javadoc.jar | 1007 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.palindromicity/simple-syslog/ -->
<dependency>
<groupId>com.github.palindromicity</groupId>
<artifactId>simple-syslog</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.palindromicity/simple-syslog/
implementation 'com.github.palindromicity:simple-syslog:0.0.6'
// https://jarcasting.com/artifacts/com.github.palindromicity/simple-syslog/
implementation ("com.github.palindromicity:simple-syslog:0.0.6")
'com.github.palindromicity:simple-syslog:jar:0.0.6'
<dependency org="com.github.palindromicity" name="simple-syslog" rev="0.0.6">
<artifact name="simple-syslog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.palindromicity', module='simple-syslog', version='0.0.6')
)
libraryDependencies += "com.github.palindromicity" % "simple-syslog" % "0.0.6"
[com.github.palindromicity/simple-syslog "0.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.antlr : antlr4-runtime | jar | 4.7.2 |
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.6 |
junit : junit | jar | 4.13.1 |