t

trpc-spring-support

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