Last Version

diff-check 0.0.7

A code check tool suite based on git diff

License

License

GroupId

GroupId

io.github.yangziwen
ArtifactId

ArtifactId

diff-check
Version

Version

0.0.7
Type

Type

pom
Description

Description

diff-check
A code check tool suite based on git diff
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

https://github.com/yangziwen/diff-check

Download diff-check 0.0.7

Filename Size
diff-check-0.0.7.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.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.yangziwen/diff-check/
implementation 'io.github.yangziwen:diff-check:0.0.7'
// https://jarcasting.com/artifacts/io.github.yangziwen/diff-check/
implementation ("io.github.yangziwen:diff-check:0.0.7")
'io.github.yangziwen:diff-check:pom:0.0.7'
<dependency org="io.github.yangziwen" name="diff-check" rev="0.0.7">
  <artifact name="diff-check" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.yangziwen', module='diff-check', version='0.0.7')
)
libraryDependencies += "io.github.yangziwen" % "diff-check" % "0.0.7"
[io.github.yangziwen/diff-check "0.0.7"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • diff-core
  • diff-checkstyle
  • diff-pmd
  • diff-jacoco-maven-plugin