t

trpc-maven-plugin

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