is not current version
Last Version 2.0.3

com.github.vertical-blank:sql-formatter 1.0.3

Simple SQL formatter without dependencies.

Categories

Categories

ORM Data
GroupId

GroupId

com.github.vertical-blank
ArtifactId

ArtifactId

sql-formatter
Version

Version

1.0.3
Type

Type

jar

Download sql-formatter 1.0.3


<!-- https://jarcasting.com/artifacts/com.github.vertical-blank/sql-formatter/ -->
<dependency>
    <groupId>com.github.vertical-blank</groupId>
    <artifactId>sql-formatter</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vertical-blank/sql-formatter/
implementation 'com.github.vertical-blank:sql-formatter:1.0.3'
// https://jarcasting.com/artifacts/com.github.vertical-blank/sql-formatter/
implementation ("com.github.vertical-blank:sql-formatter:1.0.3")
'com.github.vertical-blank:sql-formatter:jar:1.0.3'
<dependency org="com.github.vertical-blank" name="sql-formatter" rev="1.0.3">
  <artifact name="sql-formatter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vertical-blank', module='sql-formatter', version='1.0.3')
)
libraryDependencies += "com.github.vertical-blank" % "sql-formatter" % "1.0.3"
[com.github.vertical-blank/sql-formatter "1.0.3"]