Download maven-reporting-impl-2.0.4.1.jar file - Jar m

Jar examples for m:maven-reporting-impl

Description

Abstract classes to manage report generation.

You can download jar file maven-reporting-impl 2.0.4.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add maven-reporting-impl-2.0.4.1.jar to your project.

<dependency>
   <groupId>org.apache.maven.shared</groupId>
   <artifactId>maven-reporting-impl</artifactId>
   <version>2.0.4.1</version>
</dependency>
compile group: 'org.apache.maven.shared', name: 'maven-reporting-impl', version: '2.0.4.1'
libraryDependencies += "org.apache.maven.shared" % "maven-reporting-impl" % "2.0.4.1"
<dependency org="org.apache.maven.shared" name="maven-reporting-impl" rev="2.0.4.1"/>
@Grapes(@Grab(group='org.apache.maven.shared', module='maven-reporting-impl', version='2.0.4.1'))
'org.apache.maven.shared:maven-reporting-impl:jar:2.0.4.1'

Download

Click the following link to download the jar file.

maven-reporting-impl-2.0.4.1-javadoc.jar
maven-reporting-impl-2.0.4.1-sources.jar
maven-reporting-impl-2.0.4.1.jar
maven-reporting-impl-2.0.4.1.pom



Related Tutorials