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