Download slf4j-maven-plugin-log-1.0.0.jar file - Jar s

Jar examples for s:slf4j-maven-plugin-log

Description

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.

You can download jar file slf4j-maven-plugin-log 1.0.0 in this page.

License

LGPL

Build File

You can use the following script to add slf4j-maven-plugin-log-1.0.0.jar to your project.

<dependency>
   <groupId>com.googlecode.slf4j-maven-plugin-log</groupId>
   <artifactId>slf4j-maven-plugin-log</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.googlecode.slf4j-maven-plugin-log', name: 'slf4j-maven-plugin-log', version: '1.0.0'
libraryDependencies += "com.googlecode.slf4j-maven-plugin-log" % "slf4j-maven-plugin-log" % "1.0.0"
<dependency org="com.googlecode.slf4j-maven-plugin-log" name="slf4j-maven-plugin-log" rev="1.0.0"/>
@Grapes(@Grab(group='com.googlecode.slf4j-maven-plugin-log', module='slf4j-maven-plugin-log', version='1.0.0'))
'com.googlecode.slf4j-maven-plugin-log:slf4j-maven-plugin-log:jar:1.0.0'

Download

Click the following link to download the jar file.

slf4j-maven-plugin-log-1.0.0-javadoc.jar
slf4j-maven-plugin-log-1.0.0-sources.jar
slf4j-maven-plugin-log-1.0.0.jar
slf4j-maven-plugin-log-1.0.0.pom



Related Tutorials