GroupId | GroupIdcom.tencent.bk.devops.ci.common |
---|---|
ArtifactId | ArtifactIdcommon-test |
Version | Version1.1.2-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
common-test-1.1.2-RELEASE.pom | |
common-test-1.1.2-RELEASE.jar | 1 KB |
common-test-1.1.2-RELEASE-sources.jar | 835 bytes |
common-test-1.1.2-RELEASE-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-test/ -->
<dependency>
<groupId>com.tencent.bk.devops.ci.common</groupId>
<artifactId>common-test</artifactId>
<version>1.1.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-test/
implementation 'com.tencent.bk.devops.ci.common:common-test:1.1.2-RELEASE'
// https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-test/
implementation ("com.tencent.bk.devops.ci.common:common-test:1.1.2-RELEASE")
'com.tencent.bk.devops.ci.common:common-test:jar:1.1.2-RELEASE'
<dependency org="com.tencent.bk.devops.ci.common" name="common-test" rev="1.1.2-RELEASE">
<artifact name="common-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.bk.devops.ci.common', module='common-test', version='1.1.2-RELEASE')
)
libraryDependencies += "com.tencent.bk.devops.ci.common" % "common-test" % "1.1.2-RELEASE"
[com.tencent.bk.devops.ci.common/common-test "1.1.2-RELEASE"]