is not current version
Last Version 5.0.2101

com.centit.framework:framework-system-module 4.2.1809

定义了一组和core兼容的表结构,并用mybatis实现了表的增删改查

GroupId

GroupId

com.centit.framework
ArtifactId

ArtifactId

framework-system-module
Version

Version

4.2.1809
Type

Type

jar

Download framework-system-module 4.2.1809


<!-- https://jarcasting.com/artifacts/com.centit.framework/framework-system-module/ -->
<dependency>
    <groupId>com.centit.framework</groupId>
    <artifactId>framework-system-module</artifactId>
    <version>4.2.1809</version>
</dependency>
// https://jarcasting.com/artifacts/com.centit.framework/framework-system-module/
implementation 'com.centit.framework:framework-system-module:4.2.1809'
// https://jarcasting.com/artifacts/com.centit.framework/framework-system-module/
implementation ("com.centit.framework:framework-system-module:4.2.1809")
'com.centit.framework:framework-system-module:jar:4.2.1809'
<dependency org="com.centit.framework" name="framework-system-module" rev="4.2.1809">
  <artifact name="framework-system-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.centit.framework', module='framework-system-module', version='4.2.1809')
)
libraryDependencies += "com.centit.framework" % "framework-system-module" % "4.2.1809"
[com.centit.framework/framework-system-module "4.2.1809"]