Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.centit.framework |
ArtifactId | ArtifactIdframework-boot-config |
Version | Version4.6.2007 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.centit.framework/framework-boot-config/ -->
<dependency>
<groupId>com.centit.framework</groupId>
<artifactId>framework-boot-config</artifactId>
<version>4.6.2007</version>
</dependency>
// https://jarcasting.com/artifacts/com.centit.framework/framework-boot-config/
implementation 'com.centit.framework:framework-boot-config:4.6.2007'
// https://jarcasting.com/artifacts/com.centit.framework/framework-boot-config/
implementation ("com.centit.framework:framework-boot-config:4.6.2007")
'com.centit.framework:framework-boot-config:jar:4.6.2007'
<dependency org="com.centit.framework" name="framework-boot-config" rev="4.6.2007">
<artifact name="framework-boot-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.centit.framework', module='framework-boot-config', version='4.6.2007')
)
libraryDependencies += "com.centit.framework" % "framework-boot-config" % "4.6.2007"
[com.centit.framework/framework-boot-config "4.6.2007"]