Files download
File Operation
semla-testing-1.0.2.jar download
semla-testing-1.0.2.pom download
Apache Maven
<dependency>
  <groupId>io.semla</groupId>
  <artifactId>semla-testing</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.semla:semla-testing:1.0.2'
Gradle Kotlin
implementation("io.semla:semla-testing:1.0.2")
Scala SBT
libraryDependencies += "io.semla" % "semla-testing" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.semla', module='semla-testing', version='1.0.2')
)
Apache Ivy
<dependency org="io.semla" name="semla-testing" rev="1.0.2" />
Leiningen
[io.semla/semla-testing "1.0.2"]
Apache Buildr
'io.semla:semla-testing:jar:1.0.2'