Last Version

Unified Diff Parser Core 0.1.0

API, SPI and base implementation of the Unified Diff format parser

GroupId

GroupId

org.bitbucket.dpenkin
ArtifactId

ArtifactId

unified-diff-parser-core
Version

Version

0.1.0
Type

Type

jar
Description

Description

Unified Diff Parser Core
API, SPI and base implementation of the Unified Diff format parser

Download unified-diff-parser-core 0.1.0


<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
${project.groupId} » unified-diff-parser-api jar
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar

test (3)

Group / Artifact Type Version
${project.groupId} » unified-diff-parser-test jar
org.hamcrest : hamcrest-library jar
org.junit.jupiter : junit-jupiter-api jar

Project Modules

There are no modules declared in this project.