Download maven-reporting-api-2.0.9.jar file - Jar m

Jar examples for m:maven-reporting-api

Description

API to manage report generation.

You can download jar file maven-reporting-api 2.0.9 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add maven-reporting-api-2.0.9.jar to your project.

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

Download

Click the following link to download the jar file.

maven-reporting-api-2.0.9-javadoc.jar
maven-reporting-api-2.0.9-sources.jar
maven-reporting-api-2.0.9.jar
maven-reporting-api-2.0.9.pom



Related Tutorials