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