Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.licanhua.test |
ArtifactId | ArtifactIdselenium-automation-example |
Version | Version0.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.licanhua.test/selenium-automation-example/ -->
<dependency>
<groupId>com.github.licanhua.test</groupId>
<artifactId>selenium-automation-example</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.licanhua.test/selenium-automation-example/
implementation 'com.github.licanhua.test:selenium-automation-example:0.1.1'
// https://jarcasting.com/artifacts/com.github.licanhua.test/selenium-automation-example/
implementation ("com.github.licanhua.test:selenium-automation-example:0.1.1")
'com.github.licanhua.test:selenium-automation-example:jar:0.1.1'
<dependency org="com.github.licanhua.test" name="selenium-automation-example" rev="0.1.1">
<artifact name="selenium-automation-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.licanhua.test', module='selenium-automation-example', version='0.1.1')
)
libraryDependencies += "com.github.licanhua.test" % "selenium-automation-example" % "0.1.1"
[com.github.licanhua.test/selenium-automation-example "0.1.1"]