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