Categories |
CategoriesTomcat Container Application Servers Logback Application Layer Libs Logging SLF4J |
---|---|
GroupId | GroupIdcom.github.tomcat-slf4j-logback |
ArtifactId | ArtifactIdtomcat-slf4j-logback-parent |
Version | Version1.2.0 |
Type | Typepom |
Filename | Size |
---|---|
tomcat-slf4j-logback-parent-1.2.0.pom | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tomcat-slf4j-logback/tomcat-slf4j-logback-parent/ -->
<dependency>
<groupId>com.github.tomcat-slf4j-logback</groupId>
<artifactId>tomcat-slf4j-logback-parent</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomcat-slf4j-logback/tomcat-slf4j-logback-parent/
implementation 'com.github.tomcat-slf4j-logback:tomcat-slf4j-logback-parent:1.2.0'
// https://jarcasting.com/artifacts/com.github.tomcat-slf4j-logback/tomcat-slf4j-logback-parent/
implementation ("com.github.tomcat-slf4j-logback:tomcat-slf4j-logback-parent:1.2.0")
'com.github.tomcat-slf4j-logback:tomcat-slf4j-logback-parent:pom:1.2.0'
<dependency org="com.github.tomcat-slf4j-logback" name="tomcat-slf4j-logback-parent" rev="1.2.0">
<artifact name="tomcat-slf4j-logback-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.tomcat-slf4j-logback', module='tomcat-slf4j-logback-parent', version='1.2.0')
)
libraryDependencies += "com.github.tomcat-slf4j-logback" % "tomcat-slf4j-logback-parent" % "1.2.0"
[com.github.tomcat-slf4j-logback/tomcat-slf4j-logback-parent "1.2.0"]