MVN

ch.powerunit : powerunit

Maven & Gradle

Mar 30, 2018
6 usages
7 stars

Powerunit - Java Testing framework for JDK 1.8 · This is a test framework for the JDK 1.8.

<dependency>
    <groupId>ch.powerunit</groupId>
    <artifactId>powerunit</artifactId>
    <version>0.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.powerunit : powerunit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.0

All Versions

Choose a version of ch.powerunit : powerunit to add to Maven or Gradle - All Versions:

  • Version Updated
  • powerunit-0.5.0

    Mar 30, 2018
  • powerunit-0.4.0

    Jul 26, 2015
  • powerunit-0.3.0

    Jun 27, 2015
  • powerunit-0.2.0

    Oct 15, 2014
  • powerunit-0.1.1

    Aug 01, 2014
  • powerunit-0.1.0

    Jul 26, 2014
  • powerunit-0.0.1

    Jul 02, 2014

How to add a dependency to Maven

Add the following ch.powerunit : powerunit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.powerunit</groupId>
    <artifactId>powerunit</artifactId>
    <version>0.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.powerunit : powerunit gradle dependency to your build.gradle file:

implementation 'ch.powerunit:powerunit:0.5.0'

Gradle Kotlin DSL: Add the following ch.powerunit : powerunit gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.powerunit:powerunit:0.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.powerunit : powerunit sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.powerunit" % "powerunit" % "0.5.0"