EventLog Writer
Write EventLog log files from Java.
| License |
License |
|---|---|
| GroupId | GroupIdde.zalando |
| ArtifactId | ArtifactIdeventlog |
| Last Version | Last Version1.0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEvent Log
Event Log Library: API to log business events
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| eventlog-1.0.8.pom | |
| eventlog-1.0.8.jar | 5 KB |
| eventlog-1.0.8-sources.jar | 2 KB |
| eventlog-1.0.8-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.zalando/eventlog/ -->
<dependency>
<groupId>de.zalando</groupId>
<artifactId>eventlog</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/de.zalando/eventlog/
implementation 'de.zalando:eventlog:1.0.8'
// https://jarcasting.com/artifacts/de.zalando/eventlog/
implementation ("de.zalando:eventlog:1.0.8")
'de.zalando:eventlog:jar:1.0.8'
<dependency org="de.zalando" name="eventlog" rev="1.0.8">
<artifact name="eventlog" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.zalando', module='eventlog', version='1.0.8')
)
libraryDependencies += "de.zalando" % "eventlog" % "1.0.8"
[de.zalando/eventlog "1.0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 16.0.1 |
| log4j : log4j | jar | 1.2.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
Write EventLog log files from Java.
| Version |
|---|
|
1.0.8
|