MVN

io.verizon.ermine : parser_2.10

Maven & Gradle

Dec 27, 2017
1 usages
187 stars

parser · A Trifecta inspired parser in Scala.

<dependency>
    <groupId>io.verizon.ermine</groupId>
    <artifactId>parser_2.10</artifactId>
    <version>0.5.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.verizon.ermine : parser_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.9

All Versions

Choose a version of io.verizon.ermine : parser_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
parser_2.10-0.5.9
parser_2.10-0.5.8
0.4.x
parser_2.10-0.4.7-scalaz-7.1
parser_2.10-0.4.7-scalaz-7.2
0.3.x
parser_2.10-0.3.5
parser_2.10-0.3.3
parser_2.10-0.3.2
parser_2.10-0.3.0
parser_2.10-0.3.5a
parser_2.10-0.3.3a

How to add a dependency to Maven

Add the following io.verizon.ermine : parser_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.verizon.ermine</groupId>
    <artifactId>parser_2.10</artifactId>
    <version>0.5.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.verizon.ermine : parser_2.10 gradle dependency to your build.gradle file:

implementation 'io.verizon.ermine:parser_2.10:0.5.9'

Gradle Kotlin DSL: Add the following io.verizon.ermine : parser_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.verizon.ermine:parser_2.10:0.5.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.verizon.ermine : parser_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.verizon.ermine" % "parser_2.10" % "0.5.9"

Advertisement