is not current version
Last Version 0.0.7

io.github.yangziwen:diff-check 0.0.4

A code check tool suite based on git diff

GroupId

GroupId

io.github.yangziwen
ArtifactId

ArtifactId

diff-check
Version

Version

0.0.4
Type

Type

pom

Download diff-check 0.0.4

Filename Size
diff-check-0.0.4.pom 7 KB
Browse

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