License |
License |
---|---|
GroupId | GroupIdcom.github.taucher2003 |
ArtifactId | ArtifactIdappenders |
Version | Version1.0 |
Type | Typepom |
Description |
DescriptionVarious Logging Appenders
Various Logging Appenders which can append to e.g. discord webhooks
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
appenders-1.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.taucher2003/appenders/ -->
<dependency>
<groupId>com.github.taucher2003</groupId>
<artifactId>appenders</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.taucher2003/appenders/
implementation 'com.github.taucher2003:appenders:1.0'
// https://jarcasting.com/artifacts/com.github.taucher2003/appenders/
implementation ("com.github.taucher2003:appenders:1.0")
'com.github.taucher2003:appenders:pom:1.0'
<dependency org="com.github.taucher2003" name="appenders" rev="1.0">
<artifact name="appenders" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.taucher2003', module='appenders', version='1.0')
)
libraryDependencies += "com.github.taucher2003" % "appenders" % "1.0"
[com.github.taucher2003/appenders "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.32 |
club.minnced : discord-webhooks | jar | 0.5.8 |
com.squareup.okhttp3 : okhttp | jar | 4.9.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.0-RC1 |