GroupId | GroupIdcom.tencent.polaris |
---|---|
ArtifactId | ArtifactIdregistry-memory |
Version | Version1.6.0 |
Type | Typejar |
Filename | Size |
---|---|
registry-memory-1.6.0.pom | |
registry-memory-1.6.0.jar | 30 KB |
registry-memory-1.6.0-sources.jar | 15 KB |
registry-memory-1.6.0-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.polaris/registry-memory/ -->
<dependency>
<groupId>com.tencent.polaris</groupId>
<artifactId>registry-memory</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.polaris/registry-memory/
implementation 'com.tencent.polaris:registry-memory:1.6.0'
// https://jarcasting.com/artifacts/com.tencent.polaris/registry-memory/
implementation ("com.tencent.polaris:registry-memory:1.6.0")
'com.tencent.polaris:registry-memory:jar:1.6.0'
<dependency org="com.tencent.polaris" name="registry-memory" rev="1.6.0">
<artifact name="registry-memory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.polaris', module='registry-memory', version='1.6.0')
)
libraryDependencies += "com.tencent.polaris" % "registry-memory" % "1.6.0"
[com.tencent.polaris/registry-memory "1.6.0"]