is not current version
Last Version 5.0.2101

com.centit.framework:framework-system-static 4.1.1803

用json实现了和core兼容的表结构,另外也可以用jdbc直接读取其他框架系统兼容的表结构, 同时提供了一个和基于框架开发的集成平台对接的接口

GroupId

GroupId

com.centit.framework
ArtifactId

ArtifactId

framework-system-static
Version

Version

4.1.1803
Type

Type

jar

Download framework-system-static 4.1.1803


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