Download github-maven-core-0.2.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.2 in this page.

License

MIT License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials