| Categories |
CategoriesSLF4J Application Layer Libs Logging |
|---|---|
| GroupId | GroupIdcom.github.mvv.zilog |
| ArtifactId | ArtifactIdzilog-over-slf4j_2.12 |
| Version | Version0.1-M10 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mvv.zilog/zilog-over-slf4j_2.12/ -->
<dependency>
<groupId>com.github.mvv.zilog</groupId>
<artifactId>zilog-over-slf4j_2.12</artifactId>
<version>0.1-M10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mvv.zilog/zilog-over-slf4j_2.12/
implementation 'com.github.mvv.zilog:zilog-over-slf4j_2.12:0.1-M10'
// https://jarcasting.com/artifacts/com.github.mvv.zilog/zilog-over-slf4j_2.12/
implementation ("com.github.mvv.zilog:zilog-over-slf4j_2.12:0.1-M10")
'com.github.mvv.zilog:zilog-over-slf4j_2.12:jar:0.1-M10'
<dependency org="com.github.mvv.zilog" name="zilog-over-slf4j_2.12" rev="0.1-M10">
<artifact name="zilog-over-slf4j_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mvv.zilog', module='zilog-over-slf4j_2.12', version='0.1-M10')
)
libraryDependencies += "com.github.mvv.zilog" % "zilog-over-slf4j_2.12" % "0.1-M10"
[com.github.mvv.zilog/zilog-over-slf4j_2.12 "0.1-M10"]