| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdcom.episode6.hackit.chop |
| ArtifactId | ArtifactIdchop-junit |
| Last Version | Last Version0.1.10 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionchop-junit
A simple extensible logging library for Java & Android (inspired by Timber)
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| chop-junit-0.1.10.pom | |
| chop-junit-0.1.10.jar | 2 KB |
| chop-junit-0.1.10-sources.jar | 1 KB |
| chop-junit-0.1.10-javadoc.jar | 19 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.episode6.hackit.chop/chop-junit/ -->
<dependency>
<groupId>com.episode6.hackit.chop</groupId>
<artifactId>chop-junit</artifactId>
<version>0.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.episode6.hackit.chop/chop-junit/
implementation 'com.episode6.hackit.chop:chop-junit:0.1.10'
// https://jarcasting.com/artifacts/com.episode6.hackit.chop/chop-junit/
implementation ("com.episode6.hackit.chop:chop-junit:0.1.10")
'com.episode6.hackit.chop:chop-junit:jar:0.1.10'
<dependency org="com.episode6.hackit.chop" name="chop-junit" rev="0.1.10">
<artifact name="chop-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.episode6.hackit.chop', module='chop-junit', version='0.1.10')
)
libraryDependencies += "com.episode6.hackit.chop" % "chop-junit" % "0.1.10"
[com.episode6.hackit.chop/chop-junit "0.1.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.episode6.hackit.chop : chop-core | jar | 0.1.10 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |