MVN

io.konig : konig-path-parser

Maven & Gradle

Jan 06, 2017
1 usages
4 stars

Konig Path Parser · An ANTLR project which defines the grammar for path traversals and provides a parser

<dependency>
    <groupId>io.konig</groupId>
    <artifactId>konig-path-parser</artifactId>
    <version>2.0.0-7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.konig : konig-path-parser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-7

All Versions

Choose a version of io.konig : konig-path-parser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
konig-path-parser-2.0.0-7
konig-path-parser-2.0.0-6
konig-path-parser-2.0.0-5
konig-path-parser-2.0.0-3
konig-path-parser-2.0.0-2
konig-path-parser-2.0.0-1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.konig</groupId>
    <artifactId>konig-path-parser</artifactId>
    <version>2.0.0-7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.konig : konig-path-parser gradle dependency to your build.gradle file:

implementation 'io.konig:konig-path-parser:2.0.0-7'

Gradle Kotlin DSL: Add the following io.konig : konig-path-parser gradle kotlin dependency to your build.gradle.kts file:

implementation("io.konig:konig-path-parser:2.0.0-7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.konig : konig-path-parser sbt scala dependency to your build.sbt file:

libraryDependencies += "io.konig" % "konig-path-parser" % "2.0.0-7"

Advertisement

Dependencies from Group

Oct 17, 2019
24 usages
4 stars
Oct 17, 2019
12 usages
4 stars
Oct 17, 2019
11 usages
4 stars
Oct 17, 2019
11 usages
4 stars
Oct 17, 2019
9 usages
4 stars

Discover Dependencies