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