t

tars-spring-parent

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