Download gerrit-2.2.93.jar file - Jar g

Jar examples for g:gerrit

Description

[Gerrit](https://code.google.com/p/gerrit/) Web based code review and project management for Git based projects

You can download jar file gerrit 2.2.93 in this page.

License

Apache License

Build File

You can use the following script to add gerrit-2.2.93.jar to your project.

<dependency>
   <groupId>io.fabric8.devops.apps</groupId>
   <artifactId>gerrit</artifactId>
   <version>2.2.93</version>
</dependency>
compile group: 'io.fabric8.devops.apps', name: 'gerrit', version: '2.2.93'
libraryDependencies += "io.fabric8.devops.apps" % "gerrit" % "2.2.93"
<dependency org="io.fabric8.devops.apps" name="gerrit" rev="2.2.93"/>
@Grapes(@Grab(group='io.fabric8.devops.apps', module='gerrit', version='2.2.93'))
'io.fabric8.devops.apps:gerrit:jar:2.2.93'

Download

Click the following link to download the jar file.

gerrit-2.2.93-javadoc.jar
gerrit-2.2.93-sources.jar
gerrit-2.2.93.jar
gerrit-2.2.93.pom



Related Tutorials