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