License |
License |
---|---|
Categories |
CategoriesGit Development Tools Version Controls |
GroupId | GroupIdcom.madgag |
ArtifactId | ArtifactIdmini-git-server-parent |
Last Version | Last Version0.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionmini-git-server - Parent
mini-git-server - a pure-Java WAR capable of hosting git repos and exposing them with git+ssh.
Basically a copy of Gerrit (http://code.google.com/p/gerrit/) - with all the review-related
functionality stripped away and the dependency on a database removed (making it entirely filesystem based).
I use it for integration-testing my git client.
|
Project URL |
Project URL |
Filename | Size |
---|---|
mini-git-server-parent-0.4.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.madgag/mini-git-server-parent/ -->
<dependency>
<groupId>com.madgag</groupId>
<artifactId>mini-git-server-parent</artifactId>
<version>0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.madgag/mini-git-server-parent/
implementation 'com.madgag:mini-git-server-parent:0.4'
// https://jarcasting.com/artifacts/com.madgag/mini-git-server-parent/
implementation ("com.madgag:mini-git-server-parent:0.4")
'com.madgag:mini-git-server-parent:pom:0.4'
<dependency org="com.madgag" name="mini-git-server-parent" rev="0.4">
<artifact name="mini-git-server-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.madgag', module='mini-git-server-parent', version='0.4')
)
libraryDependencies += "com.madgag" % "mini-git-server-parent" % "0.4"
[com.madgag/mini-git-server-parent "0.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.easymock : easymock | jar | 3.0 |