MVN

com.github.parboiled1 : grappa

Maven & Gradle

Mar 25, 2015
2 usages
0 stars

grappa · Write parsers in pure Java

<dependency>
    <groupId>com.github.parboiled1</groupId>
    <artifactId>grappa</artifactId>
    <version>1.0.4.1-sonar</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.parboiled1 : grappa to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4.1-sonar
  • Latest Beta: 1.0.0-beta.11

All Versions

Choose a version of com.github.parboiled1 : grappa to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
grappa-1.0.4.1-sonar
grappa-1.0.4-sonar
grappa-1.0.4
grappa-1.0.3
grappa-1.0.2
grappa-1.0.1
grappa-1.0.0
grappa-1.0.0-beta.11
grappa-1.0.0-beta.10
grappa-1.0.0-beta.9
grappa-1.0.0-beta.8
grappa-1.0.0-beta.7
grappa-1.0.0-beta.6
grappa-1.0.0-beta.5
grappa-1.0.0-beta.4
grappa-1.0.0-beta.3
grappa-1.0.0-beta.2
grappa-1.0.0-beta.1

How to add a dependency to Maven

Add the following com.github.parboiled1 : grappa maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.parboiled1</groupId>
    <artifactId>grappa</artifactId>
    <version>1.0.4.1-sonar</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.parboiled1 : grappa gradle dependency to your build.gradle file:

implementation 'com.github.parboiled1:grappa:1.0.4.1-sonar'

Gradle Kotlin DSL: Add the following com.github.parboiled1 : grappa gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.parboiled1:grappa:1.0.4.1-sonar")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.parboiled1 : grappa sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.parboiled1" % "grappa" % "1.0.4.1-sonar"

Advertisement