r

registry-memory

Polaris Plugins Client Registry Memory JAR
BSD 3-Clause License
Files download
File Operation
registry-memory-1.12.11.jar download
registry-memory-1.12.11.pom download
registry-memory-1.12.11-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tencent.polaris</groupId>
  <artifactId>registry-memory</artifactId>
  <version>1.12.11</version>
</dependency>
Gradle Groovy
implementation 'com.tencent.polaris:registry-memory:1.12.11'
Gradle Kotlin
implementation("com.tencent.polaris:registry-memory:1.12.11")
Scala SBT
libraryDependencies += "com.tencent.polaris" % "registry-memory" % "1.12.11"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.polaris', module='registry-memory', version='1.12.11')
)
Apache Ivy
<dependency org="com.tencent.polaris" name="registry-memory" rev="1.12.11" />
Leiningen
[com.tencent.polaris/registry-memory "1.12.11"]
Apache Buildr
'com.tencent.polaris:registry-memory:jar:1.12.11'