t

tars-spring-parent

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