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