Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.gomcarter.frameworks |
ArtifactId | ArtifactIdconfig-center |
Version | Version2.0.5 |
Type | Typejar |
Filename | Size |
---|---|
config-center-2.0.5.pom | |
config-center-2.0.5.jar | 35 KB |
config-center-2.0.5-sources.jar | 23 KB |
config-center-2.0.5-javadoc.jar | 151 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gomcarter.frameworks/config-center/ -->
<dependency>
<groupId>com.gomcarter.frameworks</groupId>
<artifactId>config-center</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.gomcarter.frameworks/config-center/
implementation 'com.gomcarter.frameworks:config-center:2.0.5'
// https://jarcasting.com/artifacts/com.gomcarter.frameworks/config-center/
implementation ("com.gomcarter.frameworks:config-center:2.0.5")
'com.gomcarter.frameworks:config-center:jar:2.0.5'
<dependency org="com.gomcarter.frameworks" name="config-center" rev="2.0.5">
<artifact name="config-center" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gomcarter.frameworks', module='config-center', version='2.0.5')
)
libraryDependencies += "com.gomcarter.frameworks" % "config-center" % "2.0.5"
[com.gomcarter.frameworks/config-center "2.0.5"]