<dependency>
<groupId>com.tencent.bk.devops.ci.common</groupId>
<artifactId>common-web</artifactId>
<version>1.5.21-RELEASE</version>
</dependency>
libraryDependencies += "com.tencent.bk.devops.ci.common" % "common-web" % "1.5.21-RELEASE"
@Grapes(
@Grab(group='com.tencent.bk.devops.ci.common', module='common-web', version='1.5.21-RELEASE')
)
<dependency org="com.tencent.bk.devops.ci.common" name="common-web" rev="1.5.21-RELEASE" />
compile
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72
|-- org.jetbrains.kotlin:kotlin-reflect:1.3.72
|-- com.tencent.bk.devops.ci.common:common-api:1.5.21-RELEASE
|-- com.tencent.bk.devops.ci.common:common-service:1.5.21-RELEASE
|-- com.tencent.bk.devops.ci.common:common-security:1.5.21-RELEASE
|-- com.tencent.bk.devops.ci.common:common-client:1.5.21-RELEASE
|-- org.springframework.boot:spring-boot-starter-jersey
|-- org.springframework.boot:spring-boot-starter-undertow
|-- org.springframework.boot:spring-boot-starter-web
|-- io.swagger:swagger-jersey2-jaxrs:1.6.2
|-- com.github.ulisesbocchio:jasypt-spring-boot-starter:2.0.0
|-- org.springframework.boot:spring-boot-starter-amqp
|-- org.springframework.cloud:spring-cloud-starter-config:2.2.4.RELEASE