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