t

tempest2-testing-junit5

tempest2-testing-junit5
https://github.com/square/tempest/
The Apache Software License, Version 2.0
Square, Inc.
Files download
File Operation
tempest2-testing-junit5-1.5.1.jar download
tempest2-testing-junit5-1.5.1.pom download
tempest2-testing-junit5-1.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>app.cash.tempest</groupId>
  <artifactId>tempest2-testing-junit5</artifactId>
  <version>1.5.1</version>
</dependency>
Gradle Groovy
implementation 'app.cash.tempest:tempest2-testing-junit5:1.5.1'
Gradle Kotlin
implementation("app.cash.tempest:tempest2-testing-junit5:1.5.1")
Scala SBT
libraryDependencies += "app.cash.tempest" % "tempest2-testing-junit5" % "1.5.1"
Groovy Grape
@Grapes(
  @Grab(group='app.cash.tempest', module='tempest2-testing-junit5', version='1.5.1')
)
Apache Ivy
<dependency org="app.cash.tempest" name="tempest2-testing-junit5" rev="1.5.1" />
Leiningen
[app.cash.tempest/tempest2-testing-junit5 "1.5.1"]
Apache Buildr
'app.cash.tempest:tempest2-testing-junit5:jar:1.5.1'