Download maven-site-plugin-3.3.jar file - Jar m

Jar examples for m:maven-site-plugin

Description

The Maven Site Plugin is a plugin that generates a site for the current project.

You can download jar file maven-site-plugin 3.3 in this page.

License

Apache License

Build File

You can use the following script to add maven-site-plugin-3.3.jar to your project.

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

Download

Click the following link to download the jar file.

maven-site-plugin-3.3-javadoc.jar
maven-site-plugin-3.3-sources.jar
maven-site-plugin-3.3.jar
maven-site-plugin-3.3.pom



Related Tutorials