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