MVN

com.foundationdb : fdb-sql-parser

Maven & Gradle

Feb 03, 2015
3 usages

FoundationDB SQL Parser · Production quality Java parser for the SQL language.

<dependency>
    <groupId>com.foundationdb</groupId>
    <artifactId>fdb-sql-parser</artifactId>
    <version>1.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.foundationdb : fdb-sql-parser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.1

All Versions

Choose a version of com.foundationdb : fdb-sql-parser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
fdb-sql-parser-1.6.1
1.5.x
fdb-sql-parser-1.5.0
1.4.x
fdb-sql-parser-1.4.0
1.3.x
fdb-sql-parser-1.3.0
1.2.x
fdb-sql-parser-1.2.0
1.1.x
fdb-sql-parser-1.1.0
1.0.x
fdb-sql-parser-1.0.17

How to add a dependency to Maven

Add the following com.foundationdb : fdb-sql-parser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.foundationdb</groupId>
    <artifactId>fdb-sql-parser</artifactId>
    <version>1.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.foundationdb : fdb-sql-parser gradle dependency to your build.gradle file:

implementation 'com.foundationdb:fdb-sql-parser:1.6.1'

Gradle Kotlin DSL: Add the following com.foundationdb : fdb-sql-parser gradle kotlin dependency to your build.gradle.kts file:

implementation("com.foundationdb:fdb-sql-parser:1.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.foundationdb : fdb-sql-parser sbt scala dependency to your build.sbt file:

libraryDependencies += "com.foundationdb" % "fdb-sql-parser" % "1.6.1"

Advertisement