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