MVN

com.tencent.trpc : trpc-configcenter-open-polaris

Maven & Gradle

Apr 03, 2024

trpc-configcenter-open-polaris

<dependency>
    <groupId>com.tencent.trpc</groupId>
    <artifactId>trpc-configcenter-open-polaris</artifactId>
    <version>1.2.0-PRE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tencent.trpc : trpc-configcenter-open-polaris to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0-PRE

All Versions

Choose a version of com.tencent.trpc : trpc-configcenter-open-polaris to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
trpc-configcenter-open-polaris-1.2.0-PRE

How to add a dependency to Maven

Add the following com.tencent.trpc : trpc-configcenter-open-polaris maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tencent.trpc</groupId>
    <artifactId>trpc-configcenter-open-polaris</artifactId>
    <version>1.2.0-PRE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tencent.trpc : trpc-configcenter-open-polaris gradle dependency to your build.gradle file:

implementation 'com.tencent.trpc:trpc-configcenter-open-polaris:1.2.0-PRE'

Gradle Kotlin DSL: Add the following com.tencent.trpc : trpc-configcenter-open-polaris gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tencent.trpc:trpc-configcenter-open-polaris:1.2.0-PRE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tencent.trpc : trpc-configcenter-open-polaris sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tencent.trpc" % "trpc-configcenter-open-polaris" % "1.2.0-PRE"