MVN

io.kpeg : kpeg

Maven & Gradle

Aug 21, 2021
7 stars

kpeg · Kotlin PEG parser with Kotlin DSL

<dependency>
    <groupId>io.kpeg</groupId>
    <artifactId>kpeg</artifactId>
    <version>0.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.kpeg : kpeg to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.2

All Versions

Choose a version of io.kpeg : kpeg to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
kpeg-0.1.2
kpeg-0.1.1
kpeg-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.kpeg</groupId>
    <artifactId>kpeg</artifactId>
    <version>0.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.kpeg : kpeg gradle dependency to your build.gradle file:

implementation 'io.kpeg:kpeg:0.1.2'

Gradle Kotlin DSL: Add the following io.kpeg : kpeg gradle kotlin dependency to your build.gradle.kts file:

implementation("io.kpeg:kpeg:0.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.kpeg : kpeg sbt scala dependency to your build.sbt file:

libraryDependencies += "io.kpeg" % "kpeg" % "0.1.2"

Advertisement

Dependencies from Group

Aug 21, 2021
7 stars

Discover Dependencies

Sep 29, 2021
3 usages
11 stars
Sep 29, 2021
11 stars
Jun 11, 2022
1 usages
19 stars
Jun 11, 2022
1 usages
18 stars
Sep 06, 2022
1 stars
Aug 05, 2021
3 stars
Mar 21, 2023
11.3k stars