h

hsweb-framework

hsweb (haʊs wɛb) 是一个用于快速搭建企业后台管理系统的基础项目,集成一揽子便捷功能如:通用增删改查,在线代码生成,权限管理(可控制到列和行),动态多数据源分布式事务,动态脚本,动态定时任务,在线数据库维护等等
http://www.hswebframework.org
The Apache License, Version 2.0
zhouhao
Files download
File Operation
hsweb-framework-3.0.7.pom download
Apache Maven
<dependency>
  <groupId>org.hswebframework.web</groupId>
  <artifactId>hsweb-framework</artifactId>
  <version>3.0.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.hswebframework.web:hsweb-framework:3.0.7'
Gradle Kotlin
implementation("org.hswebframework.web:hsweb-framework:3.0.7")
Scala SBT
libraryDependencies += "org.hswebframework.web" % "hsweb-framework" % "3.0.7"
Groovy Grape
@Grapes(
  @Grab(group='org.hswebframework.web', module='hsweb-framework', version='3.0.7')
)
Apache Ivy
<dependency org="org.hswebframework.web" name="hsweb-framework" rev="3.0.7" />
Leiningen
[org.hswebframework.web/hsweb-framework "3.0.7"]
Apache Buildr
'org.hswebframework.web:hsweb-framework:jar:3.0.7'