| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mauricioaniche |
| ArtifactId | ArtifactIdcodesheriff |
| Last Version | Last Version0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCodesheriff
A library that lets you specify your quality rules via JUnit tests
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| codesheriff-0.3.pom | |
| codesheriff-0.3.jar | 32 KB |
| codesheriff-0.3-sources.jar | 21 KB |
| codesheriff-0.3-javadoc.jar | 280 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
| com.github.mauricioaniche : ck | jar | 0.6.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 |