MVN

io.github.melin : superior-sql-parser

Maven & Gradle

Mar 22, 2023
286 stars

Superior SQL Parser · Superior SQL Parser

<dependency>
    <groupId>io.github.melin</groupId>
    <artifactId>superior-sql-parser</artifactId>
    <version>3.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.melin : superior-sql-parser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.1

All Versions

Choose a version of io.github.melin : superior-sql-parser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
superior-sql-parser-3.3.1
superior-sql-parser-3.3.0.7
superior-sql-parser-3.3.0.6
superior-sql-parser-3.3.0.5
superior-sql-parser-3.3.0.4
superior-sql-parser-3.3.0.3
superior-sql-parser-3.3.0.2
superior-sql-parser-3.3.0.1
superior-sql-parser-3.3.0

How to add a dependency to Maven

Add the following io.github.melin : superior-sql-parser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.melin</groupId>
    <artifactId>superior-sql-parser</artifactId>
    <version>3.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.melin : superior-sql-parser gradle dependency to your build.gradle file:

implementation 'io.github.melin:superior-sql-parser:3.3.1'

Gradle Kotlin DSL: Add the following io.github.melin : superior-sql-parser gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.melin:superior-sql-parser:3.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.melin : superior-sql-parser sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.melin" % "superior-sql-parser" % "3.3.1"