is not current version
Last Version 5.0.2101

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

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

GroupId

GroupId

com.centit.framework
ArtifactId

ArtifactId

framework-system-module
Version

Version

4.1.1805
Type

Type

jar

Download framework-system-module 4.1.1805


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