License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing Logback Application Layer Libs Logging |
GroupId | GroupIdcom.codereligion |
ArtifactId | ArtifactIdcodereligion-cherry-junit-logback |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionContains test extensions
|
<!-- https://jarcasting.com/artifacts/com.codereligion/codereligion-cherry-junit-logback/ -->
<dependency>
<groupId>com.codereligion</groupId>
<artifactId>codereligion-cherry-junit-logback</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.codereligion/codereligion-cherry-junit-logback/
implementation 'com.codereligion:codereligion-cherry-junit-logback:1.0.0'
// https://jarcasting.com/artifacts/com.codereligion/codereligion-cherry-junit-logback/
implementation ("com.codereligion:codereligion-cherry-junit-logback:1.0.0")
'com.codereligion:codereligion-cherry-junit-logback:jar:1.0.0'
<dependency org="com.codereligion" name="codereligion-cherry-junit-logback" rev="1.0.0">
<artifact name="codereligion-cherry-junit-logback" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codereligion', module='codereligion-cherry-junit-logback', version='1.0.0')
)
libraryDependencies += "com.codereligion" % "codereligion-cherry-junit-logback" % "1.0.0"
[com.codereligion/codereligion-cherry-junit-logback "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
ch.qos.logback : logback-classic | jar | 1.1.2 |
com.google.code.findbugs : jsr305 | jar | 3.0.0 |
com.google.guava : guava | jar | 18.0 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 1.10.19 |