| Группа | Группаcom.tencent.bk.devops.ci.common |
|---|---|
| Идентификатор | Идентификаторcommon-web |
| Версия | Версия1.2.0-rc.7-RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| common-web-1.2.0-rc.7-RELEASE.pom | |
| common-web-1.2.0-rc.7-RELEASE.jar | 116 KB |
| common-web-1.2.0-rc.7-RELEASE-sources.jar | 72 KB |
| common-web-1.2.0-rc.7-RELEASE-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-web/ -->
<dependency>
<groupId>com.tencent.bk.devops.ci.common</groupId>
<artifactId>common-web</artifactId>
<version>1.2.0-rc.7-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-web/
implementation 'com.tencent.bk.devops.ci.common:common-web:1.2.0-rc.7-RELEASE'
// https://jarcasting.com/artifacts/com.tencent.bk.devops.ci.common/common-web/
implementation ("com.tencent.bk.devops.ci.common:common-web:1.2.0-rc.7-RELEASE")
'com.tencent.bk.devops.ci.common:common-web:jar:1.2.0-rc.7-RELEASE'
<dependency org="com.tencent.bk.devops.ci.common" name="common-web" rev="1.2.0-rc.7-RELEASE">
<artifact name="common-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.bk.devops.ci.common', module='common-web', version='1.2.0-rc.7-RELEASE')
)
libraryDependencies += "com.tencent.bk.devops.ci.common" % "common-web" % "1.2.0-rc.7-RELEASE"
[com.tencent.bk.devops.ci.common/common-web "1.2.0-rc.7-RELEASE"]