t

trpc-registry

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