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