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