t

trpc-spring-boot-starter

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