Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.centit.framework |
ArtifactId | ArtifactIdframework-config |
Version | Version4.1.1805 |
Type | Typejar |
Filename | Size |
---|---|
framework-config-4.1.1805.pom | |
framework-config-4.1.1805.jar | 24 KB |
framework-config-4.1.1805-sources.jar | 16 KB |
framework-config-4.1.1805-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.centit.framework/framework-config/ -->
<dependency>
<groupId>com.centit.framework</groupId>
<artifactId>framework-config</artifactId>
<version>4.1.1805</version>
</dependency>
// https://jarcasting.com/artifacts/com.centit.framework/framework-config/
implementation 'com.centit.framework:framework-config:4.1.1805'
// https://jarcasting.com/artifacts/com.centit.framework/framework-config/
implementation ("com.centit.framework:framework-config:4.1.1805")
'com.centit.framework:framework-config:jar:4.1.1805'
<dependency org="com.centit.framework" name="framework-config" rev="4.1.1805">
<artifact name="framework-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.centit.framework', module='framework-config', version='4.1.1805')
)
libraryDependencies += "com.centit.framework" % "framework-config" % "4.1.1805"
[com.centit.framework/framework-config "4.1.1805"]