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