t

test-utils

Files download
File Operation
test-utils-6.0.1.jar download
test-utils-6.0.1.pom download
test-utils-6.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.cedarsoft.commons</groupId>
  <artifactId>test-utils</artifactId>
  <version>6.0.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.cedarsoft.commons:test-utils:6.0.1'
Gradle Kotlin
implementation("com.cedarsoft.commons:test-utils:6.0.1")
Scala SBT
libraryDependencies += "com.cedarsoft.commons" % "test-utils" % "6.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.cedarsoft.commons', module='test-utils', version='6.0.1')
)
Apache Ivy
<dependency org="com.cedarsoft.commons" name="test-utils" rev="6.0.1" />
Leiningen
[com.cedarsoft.commons/test-utils "6.0.1"]
Apache Buildr
'com.cedarsoft.commons:test-utils:jar:6.0.1'