Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.panxiaole |
ArtifactId | ArtifactIdpolestar-config |
Last Version | Last Version1.0-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Description配置中心
|
Filename | Size |
---|---|
polestar-config-1.0-RELEASE.pom | |
polestar-config-1.0-RELEASE.jar | 3 KB |
polestar-config-1.0-RELEASE-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.panxiaole/polestar-config/ -->
<dependency>
<groupId>com.github.panxiaole</groupId>
<artifactId>polestar-config</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.panxiaole/polestar-config/
implementation 'com.github.panxiaole:polestar-config:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.panxiaole/polestar-config/
implementation ("com.github.panxiaole:polestar-config:1.0-RELEASE")
'com.github.panxiaole:polestar-config:jar:1.0-RELEASE'
<dependency org="com.github.panxiaole" name="polestar-config" rev="1.0-RELEASE">
<artifact name="polestar-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.panxiaole', module='polestar-config', version='1.0-RELEASE')
)
libraryDependencies += "com.github.panxiaole" % "polestar-config" % "1.0-RELEASE"
[com.github.panxiaole/polestar-config "1.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar |