MVN

ch.poole : ConditionalRestrictionParser

Maven & Gradle

Dec 21, 2022
4 stars

ConditionalRestrictionParser · This is a simple parser for OSM conditional restriction tags

<dependency>
    <groupId>ch.poole</groupId>
    <artifactId>ConditionalRestrictionParser</artifactId>
    <version>0.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.poole : ConditionalRestrictionParser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.4

All Versions

Choose a version of ch.poole : ConditionalRestrictionParser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
ConditionalRestrictionParser-0.3.4
ConditionalRestrictionParser-0.3.3
ConditionalRestrictionParser-0.3.1

How to add a dependency to Maven

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

<dependency>
    <groupId>ch.poole</groupId>
    <artifactId>ConditionalRestrictionParser</artifactId>
    <version>0.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.poole : ConditionalRestrictionParser gradle dependency to your build.gradle file:

implementation 'ch.poole:ConditionalRestrictionParser:0.3.4'

Gradle Kotlin DSL: Add the following ch.poole : ConditionalRestrictionParser gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.poole:ConditionalRestrictionParser:0.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.poole : ConditionalRestrictionParser sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.poole" % "ConditionalRestrictionParser" % "0.3.4"

Advertisement