Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.licanhua.test |
ArtifactId | ArtifactIdselenium-automation-parent |
Version | Version0.1 |
Type | Typepom |
Filename | Size |
---|---|
selenium-automation-parent-0.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.licanhua.test/selenium-automation-parent/ -->
<dependency>
<groupId>com.github.licanhua.test</groupId>
<artifactId>selenium-automation-parent</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.licanhua.test/selenium-automation-parent/
implementation 'com.github.licanhua.test:selenium-automation-parent:0.1'
// https://jarcasting.com/artifacts/com.github.licanhua.test/selenium-automation-parent/
implementation ("com.github.licanhua.test:selenium-automation-parent:0.1")
'com.github.licanhua.test:selenium-automation-parent:pom:0.1'
<dependency org="com.github.licanhua.test" name="selenium-automation-parent" rev="0.1">
<artifact name="selenium-automation-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.licanhua.test', module='selenium-automation-parent', version='0.1')
)
libraryDependencies += "com.github.licanhua.test" % "selenium-automation-parent" % "0.1"
[com.github.licanhua.test/selenium-automation-parent "0.1"]