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