Codesheriff

A library that lets you specify your quality rules via JUnit tests

License

License

GroupId

GroupId

com.github.mauricioaniche
ArtifactId

ArtifactId

codesheriff
Last Version

Last Version

0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Codesheriff
A library that lets you specify your quality rules via JUnit tests
Project URL

Project URL

http://github.com/mauricioaniche/codesheriff
Source Code Management

Source Code Management

http://github.com/mauricioaniche/codesheriff

Download codesheriff

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.6.2
com.github.mauricioaniche : ck jar 0.6.3

test (3)

Group / Artifact Type Version
org.mockito : mockito-core jar 3.7.7
org.assertj : assertj-core jar 3.15.0
org.junit.jupiter : junit-jupiter-params jar 5.6.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.3
0.2
0.1