Download parser_2.11-0.4.7-scalaz-7.1.jar file - Jar p

Jar examples for p:parser-2.11

Description

expression parser that can convert sql-like expressions to scala case classes

You can download jar file parser_2.11 0.4.7-scalaz-7.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add parser_2.11-0.4.7-scalaz-7.1.jar to your project.

<dependency>
   <groupId>io.verizon.ermine</groupId>
   <artifactId>parser_2.11</artifactId>
   <version>0.4.7-scalaz-7.1</version>
</dependency>
compile group: 'io.verizon.ermine', name: 'parser_2.11', version: '0.4.7-scalaz-7.1'
libraryDependencies += "io.verizon.ermine" % "parser_2.11" % "0.4.7-scalaz-7.1"
<dependency org="io.verizon.ermine" name="parser_2.11" rev="0.4.7-scalaz-7.1"/>
@Grapes(@Grab(group='io.verizon.ermine', module='parser_2.11', version='0.4.7-scalaz-7.1'))
'io.verizon.ermine:parser_2.11:jar:0.4.7-scalaz-7.1'

Download

Click the following link to download the jar file.

parser_2.11-0.4.7-scalaz-7.1-javadoc.jar
parser_2.11-0.4.7-scalaz-7.1-sources.jar
parser_2.11-0.4.7-scalaz-7.1.jar
parser_2.11-0.4.7-scalaz-7.1.pom



Related Tutorials