Download site-maven-plugin-0.7.jar file - Jar s

Jar examples for s:site-maven-plugin

Description

Maven plugin that commits files to a branch in a GitHub repository

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

License

MIT License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials