<dependency> <groupId>com.tencent.trpc</groupId> <artifactId>trpc-bootstrap</artifactId> <version>1.3.1</version> <type>pom</type> </dependency>
implementation 'com.tencent.trpc:trpc-bootstrap:1.3.1'
implementation("com.tencent.trpc:trpc-bootstrap:1.3.1")
libraryDependencies += "com.tencent.trpc" % "trpc-bootstrap" % "1.3.1"
@Grapes( @Grab(group='com.tencent.trpc', module='trpc-bootstrap', version='1.3.1') )
<dependency org="com.tencent.trpc" name="trpc-bootstrap" rev="1.3.1" />
[com.tencent.trpc/trpc-bootstrap "1.3.1"]
'com.tencent.trpc:trpc-bootstrap:jar:1.3.1'
<parent> <groupId>com.tencent.trpc</groupId> <artifactId>trpc-parent</artifactId> <version>1.3.1</version> </parent>