t

trpc-spring-boot-starter

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