is not current version
Last Version 1.2

org.wickedsource:diffparser 1.0

Parse textual diffs with Java.

GroupId

GroupId

org.wickedsource
ArtifactId

ArtifactId

diffparser
Version

Version

1.0
Type

Type

jar

Download diffparser 1.0


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