is not current version
Last Version 0.1.5

br.com.ppm:test-helper 0.1.2

A general library to help you to build fast and fluent unit tests.

GroupId

GroupId

br.com.ppm
ArtifactId

ArtifactId

test-helper
Version

Version

0.1.2
Type

Type

jar

Download test-helper 0.1.2


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