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