MVN

cn.tannn.cat : trpc

Maven & Gradle

Apr 05, 2024
0 stars

trpc · trpc 课程代码: https://gitee.com/ArchCamp/kkrpc 参考代码: https://github.com/evasnowind/rpcfx

<dependency>
    <groupId>cn.tannn.cat</groupId>
    <artifactId>trpc</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.tannn.cat : trpc to add to Maven - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of cn.tannn.cat : trpc to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
trpc-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>cn.tannn.cat</groupId>
    <artifactId>trpc</artifactId>
    <version>0.0.1</version>
</dependency>

Advertisement