Download maven-plugin-log4j-1.0.1.jar file - Jar m

Jar examples for m:maven-plugin-log4j

Description

Log4j Appender for Maven 2 Plugin

You can download jar file maven-plugin-log4j 1.0.1 in this page.

Build File

You can use the following script to add maven-plugin-log4j-1.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

maven-plugin-log4j-1.0.1-javadoc.jar
maven-plugin-log4j-1.0.1-sources.jar
maven-plugin-log4j-1.0.1.jar
maven-plugin-log4j-1.0.1.pom



Related Tutorials