t

tars-spring-parent

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