s

slf4j-maven-plugin-log

A SLF4J implementation which delegates to maven-plugin logging toolkit. Especially useful when maven-plugin dependencies use slf4j, cause their logs aren't available as maven-plugin logs.
http://code.google.com/p/slf4j-maven-plugin-log/
LGPL
François Lecomte
文件下载
文件名 操作
slf4j-maven-plugin-log-1.0.0.jar 下载
slf4j-maven-plugin-log-1.0.0.pom 下载
slf4j-maven-plugin-log-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.googlecode.slf4j-maven-plugin-log</groupId>
  <artifactId>slf4j-maven-plugin-log</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.googlecode.slf4j-maven-plugin-log:slf4j-maven-plugin-log:1.0.0'
Gradle Kotlin
implementation("com.googlecode.slf4j-maven-plugin-log:slf4j-maven-plugin-log:1.0.0")
Scala SBT
libraryDependencies += "com.googlecode.slf4j-maven-plugin-log" % "slf4j-maven-plugin-log" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.googlecode.slf4j-maven-plugin-log', module='slf4j-maven-plugin-log', version='1.0.0')
)
Apache Ivy
<dependency org="com.googlecode.slf4j-maven-plugin-log" name="slf4j-maven-plugin-log" rev="1.0.0" />
Leiningen
[com.googlecode.slf4j-maven-plugin-log/slf4j-maven-plugin-log "1.0.0"]
Apache Buildr
'com.googlecode.slf4j-maven-plugin-log:slf4j-maven-plugin-log:jar:1.0.0'