License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdio.github.yanlizhe |
ArtifactId | ArtifactIdsql-formater |
Version | Version1.9.0.RELEASE |
Type | Typejar |
Description |
Descriptionsql-formater
A sql formater based on spring-jdbc
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sql-formater-1.9.0.RELEASE.pom | |
sql-formater-1.9.0.RELEASE-sources.jar | 71 KB |
sql-formater-1.9.0.RELEASE-javadoc.jar | 709 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.yanlizhe/sql-formater/ -->
<dependency>
<groupId>io.github.yanlizhe</groupId>
<artifactId>sql-formater</artifactId>
<version>1.9.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yanlizhe/sql-formater/
implementation 'io.github.yanlizhe:sql-formater:1.9.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.yanlizhe/sql-formater/
implementation ("io.github.yanlizhe:sql-formater:1.9.0.RELEASE")
'io.github.yanlizhe:sql-formater:jar:1.9.0.RELEASE'
<dependency org="io.github.yanlizhe" name="sql-formater" rev="1.9.0.RELEASE">
<artifact name="sql-formater" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yanlizhe', module='sql-formater', version='1.9.0.RELEASE')
)
libraryDependencies += "io.github.yanlizhe" % "sql-formater" % "1.9.0.RELEASE"
[io.github.yanlizhe/sql-formater "1.9.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-api Optional | jar | 2.11.1 |
org.apache.logging.log4j : log4j-core Optional | jar | 2.11.1 |
commons-logging : commons-logging Optional | jar | 1.2 |
org.springframework : spring-core Optional | jar | 4.3.9.RELEASE |
org.springframework : spring-beans Optional | jar | 4.3.9.RELEASE |
org.springframework : spring-aop Optional | jar | 4.3.9.RELEASE |
org.springframework : spring-expression Optional | jar | 4.3.9.RELEASE |
org.springframework : spring-context Optional | jar | 4.3.9.RELEASE |
org.springframework : spring-tx Optional | jar | 4.3.9.RELEASE |
org.springframework : spring-jdbc Optional | jar | 4.3.9.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |