is not current version
Last Version 0.3

com.github.mauricioaniche:codesheriff 0.1

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

GroupId

GroupId

com.github.mauricioaniche
ArtifactId

ArtifactId

codesheriff
Version

Version

0.1
Type

Type

jar

Download codesheriff 0.1


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