License |
License |
---|---|
GroupId | GroupIdcom.beijunyi |
ArtifactId | ArtifactIdparallelgit-commands |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParallelGit Commands
ParallelGit provides an elegant solution to projects that use a local Git repository as the main data storage.
|
Project URL |
Project URL |
Filename | Size |
---|---|
parallelgit-commands-1.0.0.pom | |
parallelgit-commands-1.0.0.jar | 25 KB |
parallelgit-commands-1.0.0-sources.jar | 12 KB |
parallelgit-commands-1.0.0-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.beijunyi/parallelgit-commands/ -->
<dependency>
<groupId>com.beijunyi</groupId>
<artifactId>parallelgit-commands</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.beijunyi/parallelgit-commands/
implementation 'com.beijunyi:parallelgit-commands:1.0.0'
// https://jarcasting.com/artifacts/com.beijunyi/parallelgit-commands/
implementation ("com.beijunyi:parallelgit-commands:1.0.0")
'com.beijunyi:parallelgit-commands:jar:1.0.0'
<dependency org="com.beijunyi" name="parallelgit-commands" rev="1.0.0">
<artifact name="parallelgit-commands" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.beijunyi', module='parallelgit-commands', version='1.0.0')
)
libraryDependencies += "com.beijunyi" % "parallelgit-commands" % "1.0.0"
[com.beijunyi/parallelgit-commands "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.beijunyi : parallelgit-utils | jar | 1.0.0 |
org.eclipse.jgit : org.eclipse.jgit | jar | 4.1.0.201509280440-r |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
com.beijunyi : parallelgit-utils | test-jar | 1.0.0 |
junit : junit | jar | 4.11 |
org.slf4j : slf4j-simple | jar | 1.7.12 |