Files download
File Operation
tomcat-slf4j-logback-parent-1.6.2.pom download
Apache Maven
<dependency>
  <groupId>com.github.tomcat-slf4j-logback</groupId>
  <artifactId>tomcat-slf4j-logback-parent</artifactId>
  <version>1.6.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.tomcat-slf4j-logback:tomcat-slf4j-logback-parent:1.6.2'
Gradle Kotlin
implementation("com.github.tomcat-slf4j-logback:tomcat-slf4j-logback-parent:1.6.2")
Scala SBT
libraryDependencies += "com.github.tomcat-slf4j-logback" % "tomcat-slf4j-logback-parent" % "1.6.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tomcat-slf4j-logback', module='tomcat-slf4j-logback-parent', version='1.6.2')
)
Apache Ivy
<dependency org="com.github.tomcat-slf4j-logback" name="tomcat-slf4j-logback-parent" rev="1.6.2" />
Leiningen
[com.github.tomcat-slf4j-logback/tomcat-slf4j-logback-parent "1.6.2"]
Apache Buildr
'com.github.tomcat-slf4j-logback:tomcat-slf4j-logback-parent:jar:1.6.2'
Dependencies
The project has no third-party dependencies