GroupId | GroupIdcom.tencent.bk.devops.ci.common |
---|---|
ArtifactId | ArtifactIdcommon-event |
Version | Version1.3.0-rc.7-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-event/ -->
<dependency>
<groupId>com.tencent.bk.devops.ci.common</groupId>
<artifactId>common-event</artifactId>
<version>1.3.0-rc.7-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-event/
implementation 'com.tencent.bk.devops.ci.common:common-event:1.3.0-rc.7-RELEASE'
// https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-event/
implementation ("com.tencent.bk.devops.ci.common:common-event:1.3.0-rc.7-RELEASE")
'com.tencent.bk.devops.ci.common:common-event:jar:1.3.0-rc.7-RELEASE'
<dependency org="com.tencent.bk.devops.ci.common" name="common-event" rev="1.3.0-rc.7-RELEASE">
<artifact name="common-event" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.bk.devops.ci.common', module='common-event', version='1.3.0-rc.7-RELEASE')
)
libraryDependencies += "com.tencent.bk.devops.ci.common" % "common-event" % "1.3.0-rc.7-RELEASE"
[com.tencent.bk.devops.ci.common/common-event "1.3.0-rc.7-RELEASE"]