j

jsqlformatter

Java SQL Formatter, Beautifier and Pretty Printer based on JSQLParser.
https://github.com/manticore-projects/jsqlformatter
The AGPL-3.0 License
Andreas Reichel
Files download
File Operation
jsqlformatter-0.1.4.jar download
jsqlformatter-0.1.4.pom download
jsqlformatter-0.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.manticore-projects.jsqlformatter</groupId>
  <artifactId>jsqlformatter</artifactId>
  <version>0.1.4</version>
</dependency>
Gradle Groovy
implementation 'com.manticore-projects.jsqlformatter:jsqlformatter:0.1.4'
Gradle Kotlin
implementation("com.manticore-projects.jsqlformatter:jsqlformatter:0.1.4")
Scala SBT
libraryDependencies += "com.manticore-projects.jsqlformatter" % "jsqlformatter" % "0.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.manticore-projects.jsqlformatter', module='jsqlformatter', version='0.1.4')
)
Apache Ivy
<dependency org="com.manticore-projects.jsqlformatter" name="jsqlformatter" rev="0.1.4" />
Leiningen
[com.manticore-projects.jsqlformatter/jsqlformatter "0.1.4"]
Apache Buildr
'com.manticore-projects.jsqlformatter:jsqlformatter:jar:0.1.4'