Categories |
CategoriesLogback Application Layer Libs Logging |
---|---|
GroupId | GroupIdcom.github.gv2011.logback |
ArtifactId | ArtifactIdlogback-core |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
logback-core-1.3.1.pom | |
logback-core-1.3.1.jar | 497 KB |
logback-core-1.3.1-sources.jar | 393 KB |
logback-core-1.3.1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gv2011.logback/logback-core/ -->
<dependency>
<groupId>com.github.gv2011.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gv2011.logback/logback-core/
implementation 'com.github.gv2011.logback:logback-core:1.3.1'
// https://jarcasting.com/artifacts/com.github.gv2011.logback/logback-core/
implementation ("com.github.gv2011.logback:logback-core:1.3.1")
'com.github.gv2011.logback:logback-core:jar:1.3.1'
<dependency org="com.github.gv2011.logback" name="logback-core" rev="1.3.1">
<artifact name="logback-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gv2011.logback', module='logback-core', version='1.3.1')
)
libraryDependencies += "com.github.gv2011.logback" % "logback-core" % "1.3.1"
[com.github.gv2011.logback/logback-core "1.3.1"]