MVN

com.beijunyi.parallelgit : parallelgit

Maven & Gradle

Oct 08, 2015
116 stars

ParallelGit · ParallelGit provides an elegant solution to projects that use a local Git repository as the main data storage.

<dependency>
    <groupId>com.beijunyi.parallelgit</groupId>
    <artifactId>parallelgit</artifactId>
    <version>0.9.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.beijunyi.parallelgit : parallelgit to add to Maven - Latest Versions:

  • Latest Stable: 0.9.3

All Versions

Choose a version of com.beijunyi.parallelgit : parallelgit to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9.x
parallelgit-0.9.3
parallelgit-0.9.2
parallelgit-0.9.1
parallelgit-0.9.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.beijunyi.parallelgit</groupId>
    <artifactId>parallelgit</artifactId>
    <version>0.9.3</version>
</dependency>

Advertisement