t

tars-spring-boot-starter

Files download
File Operation
tars-spring-boot-starter-1.6.0.jar download
tars-spring-boot-starter-1.6.0.pom download
tars-spring-boot-starter-1.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tencent.tars</groupId>
  <artifactId>tars-spring-boot-starter</artifactId>
  <version>1.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.tencent.tars:tars-spring-boot-starter:1.6.0'
Gradle Kotlin
implementation("com.tencent.tars:tars-spring-boot-starter:1.6.0")
Scala SBT
libraryDependencies += "com.tencent.tars" % "tars-spring-boot-starter" % "1.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.tars', module='tars-spring-boot-starter', version='1.6.0')
)
Apache Ivy
<dependency org="com.tencent.tars" name="tars-spring-boot-starter" rev="1.6.0" />
Leiningen
[com.tencent.tars/tars-spring-boot-starter "1.6.0"]
Apache Buildr
'com.tencent.tars:tars-spring-boot-starter:jar:1.6.0'