is not current version
Last Version 5.0.2101

com.centit.framework:framework-system-web 4.2.1808

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

GroupId

GroupId

com.centit.framework
ArtifactId

ArtifactId

framework-system-web
Version

Version

4.2.1808
Type

Type

jar

Download framework-system-web 4.2.1808


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