is not current version
Last Version 5.0.2101

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

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

GroupId

GroupId

com.centit.framework
ArtifactId

ArtifactId

framework-system-web
Version

Version

4.1.1806
Type

Type

jar

Download framework-system-web 4.1.1806


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