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