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