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