| License | License | 
|---|---|
| Categories | CategoriesGit Development Tools Version Controls | 
| GroupId | GroupIdcom.github.jeffreyning | 
| ArtifactId | ArtifactIdmicro-git-sync | 
| Version | Version0.0.1-RELEASE | 
| Type | Typejar | 
| Description | Descriptioncom.github.jeffreyning:micro-git-sync micro-git-sync | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/com.github.jeffreyning/micro-git-sync/ -->
<dependency>
    <groupId>com.github.jeffreyning</groupId>
    <artifactId>micro-git-sync</artifactId>
    <version>0.0.1-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.jeffreyning/micro-git-sync/
implementation 'com.github.jeffreyning:micro-git-sync:0.0.1-RELEASE'// https://jarcasting.com/artifacts/com.github.jeffreyning/micro-git-sync/
implementation ("com.github.jeffreyning:micro-git-sync:0.0.1-RELEASE")'com.github.jeffreyning:micro-git-sync:jar:0.0.1-RELEASE'<dependency org="com.github.jeffreyning" name="micro-git-sync" rev="0.0.1-RELEASE">
  <artifact name="micro-git-sync" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.jeffreyning', module='micro-git-sync', version='0.0.1-RELEASE')
)libraryDependencies += "com.github.jeffreyning" % "micro-git-sync" % "0.0.1-RELEASE"[com.github.jeffreyning/micro-git-sync "0.0.1-RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.eclipse.jgit : org.eclipse.jgit Optional | jar | 4.4.1.201607150455-r | 
| log4j : log4j Optional | jar | 1.2.17 |