Download site-maven-plugin-0.12.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.12 in this page.

License

MIT License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials