License |
License |
---|---|
GroupId | GroupIdcom.redfin |
ArtifactId | ArtifactIdpatience |
Version | Version5.0.0 |
Type | Typejar |
Description |
DescriptionPatience
Patience is a fluent, customizable Java library for waiting on expected conditions.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
patience-5.0.0.pom | |
patience-5.0.0.jar | 32 KB |
patience-5.0.0-sources.jar | 32 KB |
patience-5.0.0-javadoc.jar | 168 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.redfin/patience/ -->
<dependency>
<groupId>com.redfin</groupId>
<artifactId>patience</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.redfin/patience/
implementation 'com.redfin:patience:5.0.0'
// https://jarcasting.com/artifacts/com.redfin/patience/
implementation ("com.redfin:patience:5.0.0")
'com.redfin:patience:jar:5.0.0'
<dependency org="com.redfin" name="patience" rev="5.0.0">
<artifact name="patience" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redfin', module='patience', version='5.0.0')
)
libraryDependencies += "com.redfin" % "patience" % "5.0.0"
[com.redfin/patience "5.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.redfin : validity | jar | 5.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.5.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.5.2 |
org.mockito : mockito-core | jar | 2.13.0 |