Installation of JSQLFormatter

Git

git clone https://github.com/manticore-projects/jsqlformatter.git
cd jsqlformatter
./gradlew publishToMavenLocal

Maven Repo

<dependency>
    <groupId>com.manticore-projects.jsqlformatter</groupId>
    <artifactId>jsqlformatter</artifactId>
    <version>4.8</version>
</dependency>
<repositories>
    <repository>
        <id>jsqlformatter-snapshots</id>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
        <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
    </repository>
</repositories>
<dependency>
    <groupId>com.manticore-projects.jsqlformatter</groupId>
    <artifactId>jsqlformatter</artifactId>
    <version>4.9-SNAPSHOT</version>
</dependency>
repositories {
    mavenCentral()
}

dependencies {
    implementation 'com.manticore-projects.jsqlformatter:jsqlformatter:4.8'
}
repositories {
    maven {
        url = uri('https://s01.oss.sonatype.org/content/repositories/snapshots/')
    }
}

dependencies {
    implementation 'com.manticore-projects.jsqlformatter:jsqlformatter:4.9-SNAPSHOT'
}

Download

Static Binaries

Static Binaries Direct Download Links

Operating System

File

Size

Java Stable Release

jsqlformatter-4.8.jar

(80 kB)

Java Development Snapshot

jsqlformatter-4.9-SNAPSHOT.jar

(80 kB)

Java Fat JAR Devel. Snapshot

jsqlformatter-4.9-SNAPSHOT-all.jar

(15 MB)

Note

On MacOS, grant an exception for a blocked app by clicking the Open Anyway button in the General pane of Security & Privacy preferences.

Native Dynamic Libraries

Coming soon.