SQL-Generation-Framework

在开发中积攒下来的业务工具类,方便快速编写业务

License

License

GroupId

GroupId

com.github.hwywl
ArtifactId

ArtifactId

SQL-Generation-Framework
Last Version

Last Version

1.0.1-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

SQL-Generation-Framework
在开发中积攒下来的业务工具类,方便快速编写业务
Project URL

Project URL

https://github.com/HWYWL/SQL-Generation-Framework
Source Code Management

Source Code Management

https://github.com/HWYWL/SQL-Generation-Framework

Download SQL-Generation-Framework

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.hwywl/SQL-Generation-Framework/ -->
<dependency>
    <groupId>com.github.hwywl</groupId>
    <artifactId>SQL-Generation-Framework</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hwywl/SQL-Generation-Framework/
implementation 'com.github.hwywl:SQL-Generation-Framework:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.hwywl/SQL-Generation-Framework/
implementation ("com.github.hwywl:SQL-Generation-Framework:1.0.1-RELEASE")
'com.github.hwywl:SQL-Generation-Framework:jar:1.0.1-RELEASE'
<dependency org="com.github.hwywl" name="SQL-Generation-Framework" rev="1.0.1-RELEASE">
  <artifact name="SQL-Generation-Framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hwywl', module='SQL-Generation-Framework', version='1.0.1-RELEASE')
)
libraryDependencies += "com.github.hwywl" % "SQL-Generation-Framework" % "1.0.1-RELEASE"
[com.github.hwywl/SQL-Generation-Framework "1.0.1-RELEASE"]

Dependencies

compile (3)

Group / Artifact Type Version
cn.hutool : hutool-all jar 5.7.12
org.hibernate : hibernate-validator jar 7.0.1.Final
org.projectlombok : lombok jar 1.18.20

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1-RELEASE