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