GroupId | GroupIdcom.redfin |
---|---|
ArtifactId | ArtifactIdpatient-selenium |
Version | Version0.2.4 |
Type | Typejar |
Filename | Size |
---|---|
patient-selenium-0.2.4.pom | |
patient-selenium-0.2.4.jar | 42 KB |
patient-selenium-0.2.4-sources.jar | 33 KB |
patient-selenium-0.2.4-javadoc.jar | 198 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.redfin/patient-selenium/ -->
<dependency>
<groupId>com.redfin</groupId>
<artifactId>patient-selenium</artifactId>
<version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.redfin/patient-selenium/
implementation 'com.redfin:patient-selenium:0.2.4'
// https://jarcasting.com/artifacts/com.redfin/patient-selenium/
implementation ("com.redfin:patient-selenium:0.2.4")
'com.redfin:patient-selenium:jar:0.2.4'
<dependency org="com.redfin" name="patient-selenium" rev="0.2.4">
<artifact name="patient-selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redfin', module='patient-selenium', version='0.2.4')
)
libraryDependencies += "com.redfin" % "patient-selenium" % "0.2.4"
[com.redfin/patient-selenium "0.2.4"]