Download github-maven-core-0.3.jar file - Jar g

Jar examples for g:github-maven-core

Description

Core library for GitHub Maven plugins

You can download jar file github-maven-core 0.3 in this page.

License

MIT License

Build File

You can use the following script to add github-maven-core-0.3.jar to your project.

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

Download

Click the following link to download the jar file.

github-maven-core-0.3-javadoc.jar
github-maven-core-0.3-sources.jar
github-maven-core-0.3.jar
github-maven-core-0.3.pom



Related Tutorials