GroupId | GroupIdcom.alibaba.testable |
---|---|
ArtifactId | ArtifactIdtestable-parent |
Version | Version0.4.6 |
Type | Typepom |
Filename | Size |
---|---|
testable-parent-0.4.6.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.testable/testable-parent/ -->
<dependency>
<groupId>com.alibaba.testable</groupId>
<artifactId>testable-parent</artifactId>
<version>0.4.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.testable/testable-parent/
implementation 'com.alibaba.testable:testable-parent:0.4.6'
// https://jarcasting.com/artifacts/com.alibaba.testable/testable-parent/
implementation ("com.alibaba.testable:testable-parent:0.4.6")
'com.alibaba.testable:testable-parent:pom:0.4.6'
<dependency org="com.alibaba.testable" name="testable-parent" rev="0.4.6">
<artifact name="testable-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.testable', module='testable-parent', version='0.4.6')
)
libraryDependencies += "com.alibaba.testable" % "testable-parent" % "0.4.6"
[com.alibaba.testable/testable-parent "0.4.6"]