t

trpc-registry

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