diff-core

A code check tool suite based on git diff

License

License

GroupId

GroupId

io.github.yangziwen
ArtifactId

ArtifactId

diff-core
Last Version

Last Version

0.0.7
Release Date

Release Date

Type

Type

jar
Description

Description

diff-core
A code check tool suite based on git diff

Download diff-core

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.eclipse.jgit : org.eclipse.jgit jar 4.4.1.201607150455-r
org.slf4j : slf4j-simple jar 1.7.25

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.2

test (6)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.eclipse.jgit : org.eclipse.jgit.junit jar 4.4.1.201607150455-r
org.mockito : mockito-core jar 1.10.19
org.powermock : powermock-api-mockito jar 1.6.6
org.powermock : powermock-module-junit4 jar 1.6.6
org.powermock : powermock-module-junit4-rule-agent jar 1.6.6

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.7
0.0.6
0.0.5
0.0.4