Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcn.testnewbie.automation |
ArtifactId | ArtifactIdautomation-parent |
Version | Version1.3.1 |
Type | Typepom |
Filename | Size |
---|---|
automation-parent-1.3.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.testnewbie.automation/automation-parent/ -->
<dependency>
<groupId>cn.testnewbie.automation</groupId>
<artifactId>automation-parent</artifactId>
<version>1.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.testnewbie.automation/automation-parent/
implementation 'cn.testnewbie.automation:automation-parent:1.3.1'
// https://jarcasting.com/artifacts/cn.testnewbie.automation/automation-parent/
implementation ("cn.testnewbie.automation:automation-parent:1.3.1")
'cn.testnewbie.automation:automation-parent:pom:1.3.1'
<dependency org="cn.testnewbie.automation" name="automation-parent" rev="1.3.1">
<artifact name="automation-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.testnewbie.automation', module='automation-parent', version='1.3.1')
)
libraryDependencies += "cn.testnewbie.automation" % "automation-parent" % "1.3.1"
[cn.testnewbie.automation/automation-parent "1.3.1"]