MVN

com.github.cage433 : maker-test-reporter

Maven & Gradle

Apr 17, 2015
59 stars

Maker · A scala build tool

<dependency>
    <groupId>com.github.cage433</groupId>
    <artifactId>maker-test-reporter</artifactId>
    <version>0.06</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cage433 : maker-test-reporter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.06

All Versions

Choose a version of com.github.cage433 : maker-test-reporter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.06
maker-test-reporter-0.06
0.05
maker-test-reporter-0.05
0.03
maker-test-reporter-0.03
0.01
maker-test-reporter-0.01

How to add a dependency to Maven

Add the following com.github.cage433 : maker-test-reporter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.cage433</groupId>
    <artifactId>maker-test-reporter</artifactId>
    <version>0.06</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.cage433 : maker-test-reporter gradle dependency to your build.gradle file:

implementation 'com.github.cage433:maker-test-reporter:0.06'

Gradle Kotlin DSL: Add the following com.github.cage433 : maker-test-reporter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.cage433:maker-test-reporter:0.06")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.cage433 : maker-test-reporter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.cage433" % "maker-test-reporter" % "0.06"

Advertisement