GroupId | GroupIdcom.tencent.tars |
---|---|
ArtifactId | ArtifactIdtars-spring |
Version | Version1.6.1 |
Type | Typejar |
Filename | Size |
---|---|
tars-spring-1.6.1.pom | |
tars-spring-1.6.1.jar | 11 KB |
tars-spring-1.6.1-sources.jar | 11 KB |
tars-spring-1.6.1-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.tars/tars-spring/ -->
<dependency>
<groupId>com.tencent.tars</groupId>
<artifactId>tars-spring</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.tars/tars-spring/
implementation 'com.tencent.tars:tars-spring:1.6.1'
// https://jarcasting.com/artifacts/com.tencent.tars/tars-spring/
implementation ("com.tencent.tars:tars-spring:1.6.1")
'com.tencent.tars:tars-spring:jar:1.6.1'
<dependency org="com.tencent.tars" name="tars-spring" rev="1.6.1">
<artifact name="tars-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.tars', module='tars-spring', version='1.6.1')
)
libraryDependencies += "com.tencent.tars" % "tars-spring" % "1.6.1"
[com.tencent.tars/tars-spring "1.6.1"]