is not current version
Last Version 1.2

org.wickedsource:diffparser 1.1

Parse textual diffs with Java.

GroupId

GroupId

org.wickedsource
ArtifactId

ArtifactId

diffparser
Version

Version

1.1
Type

Type

jar

Download diffparser 1.1


<!-- https://jarcasting.com/artifacts/org.wickedsource/diffparser/ -->
<dependency>
    <groupId>org.wickedsource</groupId>
    <artifactId>diffparser</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wickedsource/diffparser/
implementation 'org.wickedsource:diffparser:1.1'
// https://jarcasting.com/artifacts/org.wickedsource/diffparser/
implementation ("org.wickedsource:diffparser:1.1")
'org.wickedsource:diffparser:jar:1.1'
<dependency org="org.wickedsource" name="diffparser" rev="1.1">
  <artifact name="diffparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wickedsource', module='diffparser', version='1.1')
)
libraryDependencies += "org.wickedsource" % "diffparser" % "1.1"
[org.wickedsource/diffparser "1.1"]