is not current version
Last Version 4.0.14

org.hswebframework.web:hsweb-framework 4.0.3

hsweb (haʊs wɛb) 是一个用于快速搭建企业后台管理系统的基础项目,集成一揽子便捷功能如:通用增删改查,在线代码生成,权限管理(可控制到列和行),动态多数据源分布式事务,动态脚本,动态定时任务,在线数据库维护等等

GroupId

GroupId

org.hswebframework.web
ArtifactId

ArtifactId

hsweb-framework
Version

Version

4.0.3
Type

Type

pom

Download hsweb-framework 4.0.3

Filename Size
hsweb-framework-4.0.3.pom 17 KB
Browse

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