GroupId | GroupIdcom.tencent.polaris |
---|---|
ArtifactId | ArtifactIdpolaris-test |
Version | Version1.5.0 |
Type | Typepom |
Filename | Size |
---|---|
polaris-test-1.5.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.polaris/polaris-test/ -->
<dependency>
<groupId>com.tencent.polaris</groupId>
<artifactId>polaris-test</artifactId>
<version>1.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.polaris/polaris-test/
implementation 'com.tencent.polaris:polaris-test:1.5.0'
// https://jarcasting.com/artifacts/com.tencent.polaris/polaris-test/
implementation ("com.tencent.polaris:polaris-test:1.5.0")
'com.tencent.polaris:polaris-test:pom:1.5.0'
<dependency org="com.tencent.polaris" name="polaris-test" rev="1.5.0">
<artifact name="polaris-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tencent.polaris', module='polaris-test', version='1.5.0')
)
libraryDependencies += "com.tencent.polaris" % "polaris-test" % "1.5.0"
[com.tencent.polaris/polaris-test "1.5.0"]