is not current version
Last Version 0.5.0

ch.powerunit:powerunit 0.1.0

This is a test framework for the JDK 1.8.

GroupId

GroupId

ch.powerunit
ArtifactId

ArtifactId

powerunit
Version

Version

0.1.0
Type

Type

jar

Download powerunit 0.1.0


<!-- https://jarcasting.com/artifacts/ch.powerunit/powerunit/ -->
<dependency>
    <groupId>ch.powerunit</groupId>
    <artifactId>powerunit</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.powerunit/powerunit/
implementation 'ch.powerunit:powerunit:0.1.0'
// https://jarcasting.com/artifacts/ch.powerunit/powerunit/
implementation ("ch.powerunit:powerunit:0.1.0")
'ch.powerunit:powerunit:jar:0.1.0'
<dependency org="ch.powerunit" name="powerunit" rev="0.1.0">
  <artifact name="powerunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.powerunit', module='powerunit', version='0.1.0')
)
libraryDependencies += "ch.powerunit" % "powerunit" % "0.1.0"
[ch.powerunit/powerunit "0.1.0"]