Categories |
CategoriesLogback Application Layer Libs Logging |
---|---|
GroupId | GroupIdcom.github.mwegrz |
ArtifactId | ArtifactIdlogback-hocon |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
logback-hocon-0.1.0.pom | |
logback-hocon-0.1.0.jar | 5 KB |
logback-hocon-0.1.0-sources.jar | 3 KB |
logback-hocon-0.1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mwegrz/logback-hocon/
implementation 'com.github.mwegrz:logback-hocon:0.1.0'
// https://jarcasting.com/artifacts/com.github.mwegrz/logback-hocon/
implementation ("com.github.mwegrz:logback-hocon:0.1.0")
'com.github.mwegrz:logback-hocon:jar:0.1.0'
<dependency org="com.github.mwegrz" name="logback-hocon" rev="0.1.0">
<artifact name="logback-hocon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mwegrz', module='logback-hocon', version='0.1.0')
)
libraryDependencies += "com.github.mwegrz" % "logback-hocon" % "0.1.0"
[com.github.mwegrz/logback-hocon "0.1.0"]