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