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