| License |
License |
|---|---|
| Categories |
CategoriesLogback Application Layer Libs Logging |
| GroupId | GroupIdcom.github.gv2011.logback |
| ArtifactId | ArtifactIdlogback-core |
| Last Version | Last Version1.3.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionlogback project pom.xml file
|
| Filename | Size |
|---|---|
| logback-core-1.3.5.pom | |
| logback-core-1.3.5.jar | 497 KB |
| logback-core-1.3.5-sources.jar | 393 KB |
| logback-core-1.3.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gv2011.logback/logback-core/
implementation 'com.github.gv2011.logback:logback-core:1.3.5'
// https://jarcasting.com/artifacts/com.github.gv2011.logback/logback-core/
implementation ("com.github.gv2011.logback:logback-core:1.3.5")
'com.github.gv2011.logback:logback-core:jar:1.3.5'
<dependency org="com.github.gv2011.logback" name="logback-core" rev="1.3.5">
<artifact name="logback-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gv2011.logback', module='logback-core', version='1.3.5')
)
libraryDependencies += "com.github.gv2011.logback" % "logback-core" % "1.3.5"
[com.github.gv2011.logback/logback-core "1.3.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.jetty.toolchain : jetty-jakarta-servlet-api | jar | 5.0.2 |
| org.codehaus.janino : janino | jar | 3.1.3 |
| com.sun.mail : mailapi | jar | 2.0.0 |
| org.slf4j : slf4j-api | jar | 2.0.0-alpha1 |