Categories |
CategoriesLogback Application Layer Libs Logging |
---|---|
GroupId | GroupIdcom.krrrr38 |
ArtifactId | ArtifactIdlogback-line-notify-appender |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.krrrr38/logback-line-notify-appender/ -->
<dependency>
<groupId>com.krrrr38</groupId>
<artifactId>logback-line-notify-appender</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.krrrr38/logback-line-notify-appender/
implementation 'com.krrrr38:logback-line-notify-appender:0.0.1'
// https://jarcasting.com/artifacts/com.krrrr38/logback-line-notify-appender/
implementation ("com.krrrr38:logback-line-notify-appender:0.0.1")
'com.krrrr38:logback-line-notify-appender:jar:0.0.1'
<dependency org="com.krrrr38" name="logback-line-notify-appender" rev="0.0.1">
<artifact name="logback-line-notify-appender" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.krrrr38', module='logback-line-notify-appender', version='0.0.1')
)
libraryDependencies += "com.krrrr38" % "logback-line-notify-appender" % "0.0.1"
[com.krrrr38/logback-line-notify-appender "0.0.1"]