GroupId | GroupIdcn.patterncat |
---|---|
ArtifactId | ArtifactIdspringboot-webdriver-starter |
Version | Version0.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.patterncat/springboot-webdriver-starter/ -->
<dependency>
<groupId>cn.patterncat</groupId>
<artifactId>springboot-webdriver-starter</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.patterncat/springboot-webdriver-starter/
implementation 'cn.patterncat:springboot-webdriver-starter:0.0.4'
// https://jarcasting.com/artifacts/cn.patterncat/springboot-webdriver-starter/
implementation ("cn.patterncat:springboot-webdriver-starter:0.0.4")
'cn.patterncat:springboot-webdriver-starter:jar:0.0.4'
<dependency org="cn.patterncat" name="springboot-webdriver-starter" rev="0.0.4">
<artifact name="springboot-webdriver-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.patterncat', module='springboot-webdriver-starter', version='0.0.4')
)
libraryDependencies += "cn.patterncat" % "springboot-webdriver-starter" % "0.0.4"
[cn.patterncat/springboot-webdriver-starter "0.0.4"]