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