Categories |
CategoriesLogback Application Layer Libs Logging |
---|---|
GroupId | GroupIdcom.github.gv2011 |
ArtifactId | ArtifactIdutil-logback |
Version | Version0.3.7 |
Type | Typejar |
Filename | Size |
---|---|
util-logback-0.3.7.pom | |
util-logback-0.3.7.jar | 4 KB |
util-logback-0.3.7-sources.jar | 4 KB |
util-logback-0.3.7-javadoc.jar | 363 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gv2011/util-logback/ -->
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>util-logback</artifactId>
<version>0.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gv2011/util-logback/
implementation 'com.github.gv2011:util-logback:0.3.7'
// https://jarcasting.com/artifacts/com.github.gv2011/util-logback/
implementation ("com.github.gv2011:util-logback:0.3.7")
'com.github.gv2011:util-logback:jar:0.3.7'
<dependency org="com.github.gv2011" name="util-logback" rev="0.3.7">
<artifact name="util-logback" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gv2011', module='util-logback', version='0.3.7')
)
libraryDependencies += "com.github.gv2011" % "util-logback" % "0.3.7"
[com.github.gv2011/util-logback "0.3.7"]