is not current version
Last Version 2.0.3

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

Simple SQL formatter without dependencies.

Categories

Categories

ORM Data
GroupId

GroupId

com.github.vertical-blank
ArtifactId

ArtifactId

sql-formatter
Version

Version

1.0.1
Type

Type

jar

Download sql-formatter 1.0.1


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