is not current version
Last Version 5.0.2101

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

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

GroupId

GroupId

com.centit.framework
ArtifactId

ArtifactId

framework-system-static
Version

Version

4.0.4
Type

Type

jar

Download framework-system-static 4.0.4


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