MVN

com.episode6.hackit.chop : chop-junit

Maven & Gradle

Sep 06, 2018
0 stars

chop-junit · A simple extensible logging library for Java & Android (inspired by Timber)

<dependency>
    <groupId>com.episode6.hackit.chop</groupId>
    <artifactId>chop-junit</artifactId>
    <version>0.1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.episode6.hackit.chop : chop-junit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.10

All Versions

Choose a version of com.episode6.hackit.chop : chop-junit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
chop-junit-0.1.10
chop-junit-0.1.9

How to add a dependency to Maven

Add the following com.episode6.hackit.chop : chop-junit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.episode6.hackit.chop</groupId>
    <artifactId>chop-junit</artifactId>
    <version>0.1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.episode6.hackit.chop : chop-junit gradle dependency to your build.gradle file:

implementation 'com.episode6.hackit.chop:chop-junit:0.1.10'

Gradle Kotlin DSL: Add the following com.episode6.hackit.chop : chop-junit gradle kotlin dependency to your build.gradle.kts file:

implementation("com.episode6.hackit.chop:chop-junit:0.1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.episode6.hackit.chop : chop-junit sbt scala dependency to your build.sbt file:

libraryDependencies += "com.episode6.hackit.chop" % "chop-junit" % "0.1.10"

Advertisement