is not current version
Last Version 0.0.5

com.github.houbb:diff 0.0.3

The diff tool for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

diff
Version

Version

0.0.3
Type

Type

jar

Download diff 0.0.3


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