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.5.jar download
jsqlformatter-0.1.5.pom download
jsqlformatter-0.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.manticore-projects.jsqlformatter</groupId>
  <artifactId>jsqlformatter</artifactId>
  <version>0.1.5</version>
</dependency>
Gradle Groovy
implementation 'com.manticore-projects.jsqlformatter:jsqlformatter:0.1.5'
Gradle Kotlin
implementation("com.manticore-projects.jsqlformatter:jsqlformatter:0.1.5")
Scala SBT
libraryDependencies += "com.manticore-projects.jsqlformatter" % "jsqlformatter" % "0.1.5"
Groovy Grape
@Grapes(
  @Grab(group='com.manticore-projects.jsqlformatter', module='jsqlformatter', version='0.1.5')
)
Apache Ivy
<dependency org="com.manticore-projects.jsqlformatter" name="jsqlformatter" rev="0.1.5" />
Leiningen
[com.manticore-projects.jsqlformatter/jsqlformatter "0.1.5"]
Apache Buildr
'com.manticore-projects.jsqlformatter:jsqlformatter:jar:0.1.5'