is not current version
Last Version 5.0.0

com.redfin:patience 0.1.1-beta

Patience is a fluent, customizable Java library for waiting on expected conditions.

GroupId

GroupId

com.redfin
ArtifactId

ArtifactId

patience
Version

Version

0.1.1-beta
Type

Type

jar

Download patience 0.1.1-beta


<!-- https://jarcasting.com/artifacts/com.redfin/patience/ -->
<dependency>
    <groupId>com.redfin</groupId>
    <artifactId>patience</artifactId>
    <version>0.1.1-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.redfin/patience/
implementation 'com.redfin:patience:0.1.1-beta'
// https://jarcasting.com/artifacts/com.redfin/patience/
implementation ("com.redfin:patience:0.1.1-beta")
'com.redfin:patience:jar:0.1.1-beta'
<dependency org="com.redfin" name="patience" rev="0.1.1-beta">
  <artifact name="patience" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redfin', module='patience', version='0.1.1-beta')
)
libraryDependencies += "com.redfin" % "patience" % "0.1.1-beta"
[com.redfin/patience "0.1.1-beta"]