GroupId | GroupIdde.bwaldvogel |
---|---|
ArtifactId | ArtifactIdlog4j-systemd-journal-appender |
Version | Version1.0.1-linux-amd64 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.bwaldvogel/log4j-systemd-journal-appender/ -->
<dependency>
<groupId>de.bwaldvogel</groupId>
<artifactId>log4j-systemd-journal-appender</artifactId>
<version>1.0.1-linux-amd64</version>
</dependency>
// https://jarcasting.com/artifacts/de.bwaldvogel/log4j-systemd-journal-appender/
implementation 'de.bwaldvogel:log4j-systemd-journal-appender:1.0.1-linux-amd64'
// https://jarcasting.com/artifacts/de.bwaldvogel/log4j-systemd-journal-appender/
implementation ("de.bwaldvogel:log4j-systemd-journal-appender:1.0.1-linux-amd64")
'de.bwaldvogel:log4j-systemd-journal-appender:jar:1.0.1-linux-amd64'
<dependency org="de.bwaldvogel" name="log4j-systemd-journal-appender" rev="1.0.1-linux-amd64">
<artifact name="log4j-systemd-journal-appender" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bwaldvogel', module='log4j-systemd-journal-appender', version='1.0.1-linux-amd64')
)
libraryDependencies += "de.bwaldvogel" % "log4j-systemd-journal-appender" % "1.0.1-linux-amd64"
[de.bwaldvogel/log4j-systemd-journal-appender "1.0.1-linux-amd64"]