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