GroupId | GroupIdorg.bitbucket.dpenkin |
---|---|
ArtifactId | ArtifactIdunified-diff-parser-core |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUnified Diff Parser Core
API, SPI and base implementation of the Unified Diff format parser
|
<!-- https://jarcasting.com/artifacts/org.bitbucket.dpenkin/unified-diff-parser-core/ -->
<dependency>
<groupId>org.bitbucket.dpenkin</groupId>
<artifactId>unified-diff-parser-core</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.dpenkin/unified-diff-parser-core/
implementation 'org.bitbucket.dpenkin:unified-diff-parser-core:0.1.0'
// https://jarcasting.com/artifacts/org.bitbucket.dpenkin/unified-diff-parser-core/
implementation ("org.bitbucket.dpenkin:unified-diff-parser-core:0.1.0")
'org.bitbucket.dpenkin:unified-diff-parser-core:jar:0.1.0'
<dependency org="org.bitbucket.dpenkin" name="unified-diff-parser-core" rev="0.1.0">
<artifact name="unified-diff-parser-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.dpenkin', module='unified-diff-parser-core', version='0.1.0')
)
libraryDependencies += "org.bitbucket.dpenkin" % "unified-diff-parser-core" % "0.1.0"
[org.bitbucket.dpenkin/unified-diff-parser-core "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
${project.groupId} » unified-diff-parser-api | jar | |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar |
Group / Artifact | Type | Version |
---|---|---|
${project.groupId} » unified-diff-parser-test | jar | |
org.hamcrest : hamcrest-library | jar | |
org.junit.jupiter : junit-jupiter-api | jar |