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