License |
License |
---|---|
GroupId | GroupIdch.powerunit |
ArtifactId | ArtifactIdpowerunit |
Version | Version0.5.0 |
Type | Typejar |
Description |
DescriptionPowerunit - Java Testing framework for JDK 1.8
This is a test framework for the JDK 1.8.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
powerunit-0.5.0.pom | |
powerunit-0.5.0.jar | 221 KB |
powerunit-0.5.0-sources.jar | 226 KB |
powerunit-0.5.0-javadoc.jar | 674 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.powerunit/powerunit/ -->
<dependency>
<groupId>ch.powerunit</groupId>
<artifactId>powerunit</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.powerunit/powerunit/
implementation 'ch.powerunit:powerunit:0.5.0'
// https://jarcasting.com/artifacts/ch.powerunit/powerunit/
implementation ("ch.powerunit:powerunit:0.5.0")
'ch.powerunit:powerunit:jar:0.5.0'
<dependency org="ch.powerunit" name="powerunit" rev="0.5.0">
<artifact name="powerunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.powerunit', module='powerunit', version='0.5.0')
)
libraryDependencies += "ch.powerunit" % "powerunit" % "0.5.0"
[ch.powerunit/powerunit "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-all | jar | 1.3 |
org.apache.maven.surefire : surefire-api Optional | jar | 2.21.0 |
org.mockito : mockito-all | jar | 1.10.19 |