GroupId | GroupIdcom.tencent.polaris |
---|---|
ArtifactId | ArtifactIdrouter-set |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
router-set-1.1.1.pom | |
router-set-1.1.1.jar | 6 KB |
router-set-1.1.1-sources.jar | 5 KB |
router-set-1.1.1-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.polaris/router-set/ -->
<dependency>
<groupId>com.tencent.polaris</groupId>
<artifactId>router-set</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.polaris/router-set/
implementation 'com.tencent.polaris:router-set:1.1.1'
// https://jarcasting.com/artifacts/com.tencent.polaris/router-set/
implementation ("com.tencent.polaris:router-set:1.1.1")
'com.tencent.polaris:router-set:jar:1.1.1'
<dependency org="com.tencent.polaris" name="router-set" rev="1.1.1">
<artifact name="router-set" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.polaris', module='router-set', version='1.1.1')
)
libraryDependencies += "com.tencent.polaris" % "router-set" % "1.1.1"
[com.tencent.polaris/router-set "1.1.1"]