Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection Logback Logging |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdlogback-core |
Version | Version1.2.0.1-jre15 |
Type | Typejar |
Filename | Size |
---|---|
logback-core-1.2.0.1-jre15.pom | |
logback-core-1.2.0.1-jre15.jar | 1 MB |
logback-core-1.2.0.1-jre15-sources.jar | 969 KB |
logback-core-1.2.0.1-jre15-javadoc.jar | 106 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/logback-core/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>logback-core</artifactId>
<version>1.2.0.1-jre15</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/logback-core/
implementation 'com.guicedee.services:logback-core:1.2.0.1-jre15'
// https://jarcasting.com/artifacts/com.guicedee.services/logback-core/
implementation ("com.guicedee.services:logback-core:1.2.0.1-jre15")
'com.guicedee.services:logback-core:jar:1.2.0.1-jre15'
<dependency org="com.guicedee.services" name="logback-core" rev="1.2.0.1-jre15">
<artifact name="logback-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='logback-core', version='1.2.0.1-jre15')
)
libraryDependencies += "com.guicedee.services" % "logback-core" % "1.2.0.1-jre15"
[com.guicedee.services/logback-core "1.2.0.1-jre15"]