t

tars-spring-boot-starter

文件下载
文件名 操作
tars-spring-boot-starter-1.6.2.jar 下载
tars-spring-boot-starter-1.6.2.pom 下载
tars-spring-boot-starter-1.6.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.tencent.tars</groupId>
  <artifactId>tars-spring-boot-starter</artifactId>
  <version>1.6.2</version>
</dependency>
Gradle Groovy
implementation 'com.tencent.tars:tars-spring-boot-starter:1.6.2'
Gradle Kotlin
implementation("com.tencent.tars:tars-spring-boot-starter:1.6.2")
Scala SBT
libraryDependencies += "com.tencent.tars" % "tars-spring-boot-starter" % "1.6.2"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.tars', module='tars-spring-boot-starter', version='1.6.2')
)
Apache Ivy
<dependency org="com.tencent.tars" name="tars-spring-boot-starter" rev="1.6.2" />
Leiningen
[com.tencent.tars/tars-spring-boot-starter "1.6.2"]
Apache Buildr
'com.tencent.tars:tars-spring-boot-starter:jar:1.6.2'