GroupId | GroupIdcom.mark59 |
---|---|
ArtifactId | ArtifactIdmark59-selenium-implementation |
Version | Version1.0-beta-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mark59/mark59-selenium-implementation/ -->
<dependency>
<groupId>com.mark59</groupId>
<artifactId>mark59-selenium-implementation</artifactId>
<version>1.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mark59/mark59-selenium-implementation/
implementation 'com.mark59:mark59-selenium-implementation:1.0-beta-1'
// https://jarcasting.com/artifacts/com.mark59/mark59-selenium-implementation/
implementation ("com.mark59:mark59-selenium-implementation:1.0-beta-1")
'com.mark59:mark59-selenium-implementation:jar:1.0-beta-1'
<dependency org="com.mark59" name="mark59-selenium-implementation" rev="1.0-beta-1">
<artifact name="mark59-selenium-implementation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mark59', module='mark59-selenium-implementation', version='1.0-beta-1')
)
libraryDependencies += "com.mark59" % "mark59-selenium-implementation" % "1.0-beta-1"
[com.mark59/mark59-selenium-implementation "1.0-beta-1"]