is not current version
Last Version 2.0.3

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

Simple SQL formatter without dependencies.

Categories

Categories

ORM Data
GroupId

GroupId

com.github.vertical-blank
ArtifactId

ArtifactId

sql-formatter
Version

Version

1.0
Type

Type

jar

Download sql-formatter 1.0


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