Categories |
CategoriesGit Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.bitbucket.dpenkin |
ArtifactId | ArtifactIdunified-diff-parser-git |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGit Unified Diff Parser
Unified Diff format parser for Git SCM
|
<!-- https://jarcasting.com/artifacts/org.bitbucket.dpenkin/unified-diff-parser-git/ -->
<dependency>
<groupId>org.bitbucket.dpenkin</groupId>
<artifactId>unified-diff-parser-git</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.dpenkin/unified-diff-parser-git/
implementation 'org.bitbucket.dpenkin:unified-diff-parser-git:0.1.0'
// https://jarcasting.com/artifacts/org.bitbucket.dpenkin/unified-diff-parser-git/
implementation ("org.bitbucket.dpenkin:unified-diff-parser-git:0.1.0")
'org.bitbucket.dpenkin:unified-diff-parser-git:jar:0.1.0'
<dependency org="org.bitbucket.dpenkin" name="unified-diff-parser-git" rev="0.1.0">
<artifact name="unified-diff-parser-git" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.dpenkin', module='unified-diff-parser-git', version='0.1.0')
)
libraryDependencies += "org.bitbucket.dpenkin" % "unified-diff-parser-git" % "0.1.0"
[org.bitbucket.dpenkin/unified-diff-parser-git "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.bitbucket.dpenkin : unified-diff-parser-core | jar |
Group / Artifact | Type | Version |
---|---|---|
${project.groupId} » unified-diff-parser-test | jar | |
org.hamcrest : hamcrest-library | jar | |
org.junit.jupiter : junit-jupiter-api | jar |