License |
License |
---|---|
GroupId | GroupIdcom.crosstreelabs |
ArtifactId | ArtifactIdtesting |
Last Version | Last Version0.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTesting Utilities
A collection of utilities used during unit and integration testing.
|
Filename | Size |
---|---|
testing-0.5.0.pom | |
testing-0.5.0.jar | 18 KB |
testing-0.5.0-sources.jar | 9 KB |
testing-0.5.0-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.crosstreelabs/testing/ -->
<dependency>
<groupId>com.crosstreelabs</groupId>
<artifactId>testing</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.crosstreelabs/testing/
implementation 'com.crosstreelabs:testing:0.5.0'
// https://jarcasting.com/artifacts/com.crosstreelabs/testing/
implementation ("com.crosstreelabs:testing:0.5.0")
'com.crosstreelabs:testing:jar:0.5.0'
<dependency org="com.crosstreelabs" name="testing" rev="0.5.0">
<artifact name="testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.crosstreelabs', module='testing', version='0.5.0')
)
libraryDependencies += "com.crosstreelabs" % "testing" % "0.5.0"
[com.crosstreelabs/testing "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.2 |