<dependency>
<groupId>com.github.tomcat-slf4j-logback</groupId>
<artifactId>tomcat-slf4j-logback-config</artifactId>
<version>1.6.0</version>
</dependency>
libraryDependencies += "com.github.tomcat-slf4j-logback" % "tomcat-slf4j-logback-config" % "1.6.0"
@Grapes(
@Grab(group='com.github.tomcat-slf4j-logback', module='tomcat-slf4j-logback-config', version='1.6.0')
)
<dependency org="com.github.tomcat-slf4j-logback" name="tomcat-slf4j-logback-config" rev="1.6.0" />
<parent> <groupId>com.github.tomcat-slf4j-logback</groupId> <artifactId>tomcat-slf4j-logback-parent</artifactId> <version>1.7.0</version> </parent>