Download github-4.1.0.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 4.1.0 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

github-4.1.0-javadoc.jar
github-4.1.0-sources.jar
github-4.1.0.jar
github-4.1.0.pom



Related Tutorials