Download fdb-sql-parser-1.1.0.jar file - Jar f

Jar examples for f:fdb-sql-parser

Description

Production quality Java parser for the SQL language.

You can download jar file fdb-sql-parser 1.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add fdb-sql-parser-1.1.0.jar to your project.

<dependency>
   <groupId>com.foundationdb</groupId>
   <artifactId>fdb-sql-parser</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'com.foundationdb', name: 'fdb-sql-parser', version: '1.1.0'
libraryDependencies += "com.foundationdb" % "fdb-sql-parser" % "1.1.0"
<dependency org="com.foundationdb" name="fdb-sql-parser" rev="1.1.0"/>
@Grapes(@Grab(group='com.foundationdb', module='fdb-sql-parser', version='1.1.0'))
'com.foundationdb:fdb-sql-parser:jar:1.1.0'

Download

Click the following link to download the jar file.

fdb-sql-parser-1.1.0-javadoc.jar
fdb-sql-parser-1.1.0-sources.jar
fdb-sql-parser-1.1.0-tests.jar
fdb-sql-parser-1.1.0.jar
fdb-sql-parser-1.1.0.pom



Related Tutorials