GroupId | GroupIdcom.redfin |
---|---|
ArtifactId | ArtifactIdpatience |
Version | Version0.2.1-beta |
Type | Typejar |
Filename | Size |
---|---|
patience-0.2.1-beta.pom | |
patience-0.2.1-beta.jar | 23 KB |
patience-0.2.1-beta-sources.jar | 26 KB |
patience-0.2.1-beta-javadoc.jar | 141 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.redfin/patience/ -->
<dependency>
<groupId>com.redfin</groupId>
<artifactId>patience</artifactId>
<version>0.2.1-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.redfin/patience/
implementation 'com.redfin:patience:0.2.1-beta'
// https://jarcasting.com/artifacts/com.redfin/patience/
implementation ("com.redfin:patience:0.2.1-beta")
'com.redfin:patience:jar:0.2.1-beta'
<dependency org="com.redfin" name="patience" rev="0.2.1-beta">
<artifact name="patience" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redfin', module='patience', version='0.2.1-beta')
)
libraryDependencies += "com.redfin" % "patience" % "0.2.1-beta"
[com.redfin/patience "0.2.1-beta"]