| License |
License |
|---|---|
| Categories |
CategoriesLogback Application Layer Libs Logging |
| GroupId | GroupIdcom.github.mwegrz |
| ArtifactId | ArtifactIdlogback-hocon |
| Last Version | Last Version0.1.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLogback Hocon
Logback Hocon
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| logback-hocon-0.1.7.pom | |
| logback-hocon-0.1.7.jar | 5 KB |
| logback-hocon-0.1.7-sources.jar | 3 KB |
| logback-hocon-0.1.7-javadoc.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mwegrz/logback-hocon/ -->
<dependency>
<groupId>com.github.mwegrz</groupId>
<artifactId>logback-hocon</artifactId>
<version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mwegrz/logback-hocon/
implementation 'com.github.mwegrz:logback-hocon:0.1.7'
// https://jarcasting.com/artifacts/com.github.mwegrz/logback-hocon/
implementation ("com.github.mwegrz:logback-hocon:0.1.7")
'com.github.mwegrz:logback-hocon:jar:0.1.7'
<dependency org="com.github.mwegrz" name="logback-hocon" rev="0.1.7">
<artifact name="logback-hocon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mwegrz', module='logback-hocon', version='0.1.7')
)
libraryDependencies += "com.github.mwegrz" % "logback-hocon" % "0.1.7"
[com.github.mwegrz/logback-hocon "0.1.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| com.typesafe : config | jar | 1.3.4 |