is not current version
Last Version 0.5.0

com.crosstreelabs:testing 0.4.0

A collection of utilities used during unit and integration testing.

GroupId

GroupId

com.crosstreelabs
ArtifactId

ArtifactId

testing
Version

Version

0.4.0
Type

Type

jar

Download testing 0.4.0


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