Categories |
CategoriesTomcat Container Application Servers config Application Layer Libs Configuration Logback Logging SLF4J |
---|---|
GroupId | GroupIdcom.github.tomcat-slf4j-logback |
ArtifactId | ArtifactIdtomcat-slf4j-logback-config |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.tomcat-slf4j-logback/tomcat-slf4j-logback-config/ -->
<dependency>
<groupId>com.github.tomcat-slf4j-logback</groupId>
<artifactId>tomcat-slf4j-logback-config</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomcat-slf4j-logback/tomcat-slf4j-logback-config/
implementation 'com.github.tomcat-slf4j-logback:tomcat-slf4j-logback-config:1.1.0'
// https://jarcasting.com/artifacts/com.github.tomcat-slf4j-logback/tomcat-slf4j-logback-config/
implementation ("com.github.tomcat-slf4j-logback:tomcat-slf4j-logback-config:1.1.0")
'com.github.tomcat-slf4j-logback:tomcat-slf4j-logback-config:jar:1.1.0'
<dependency org="com.github.tomcat-slf4j-logback" name="tomcat-slf4j-logback-config" rev="1.1.0">
<artifact name="tomcat-slf4j-logback-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomcat-slf4j-logback', module='tomcat-slf4j-logback-config', version='1.1.0')
)
libraryDependencies += "com.github.tomcat-slf4j-logback" % "tomcat-slf4j-logback-config" % "1.1.0"
[com.github.tomcat-slf4j-logback/tomcat-slf4j-logback-config "1.1.0"]