Download github-0.4.1.jar file - Jar g

Jar examples for g:github

Description

A packaging of the IntelliJ Community Edition github library. This is release number 1 of trunk branch 142.

You can download jar file github 0.4.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add github-0.4.1.jar to your project.

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

Download

Click the following link to download the jar file.

github-0.4.1-sources.jar
github-0.4.1.jar
github-0.4.1.pom



Related Tutorials