MVN

me.alllex.parsus : parsus-mingwx64

Maven & Gradle

Aug 21, 2023
136 stars

Parsus · Composable parsers using Kotlin Coroutines

<dependency>
    <groupId>me.alllex.parsus</groupId>
    <artifactId>parsus-mingwx64</artifactId>
    <version>0.5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.alllex.parsus : parsus-mingwx64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.5

All Versions

Choose a version of me.alllex.parsus : parsus-mingwx64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
parsus-mingwx64-0.5.5
parsus-mingwx64-0.5.4
parsus-mingwx64-0.5.3
parsus-mingwx64-0.5.2
parsus-mingwx64-0.5.0

How to add a dependency to Maven

Add the following me.alllex.parsus : parsus-mingwx64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.alllex.parsus</groupId>
    <artifactId>parsus-mingwx64</artifactId>
    <version>0.5.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.alllex.parsus : parsus-mingwx64 gradle dependency to your build.gradle file:

implementation 'me.alllex.parsus:parsus-mingwx64:0.5.5'

Gradle Kotlin DSL: Add the following me.alllex.parsus : parsus-mingwx64 gradle kotlin dependency to your build.gradle.kts file:

implementation("me.alllex.parsus:parsus-mingwx64:0.5.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.alllex.parsus : parsus-mingwx64 sbt scala dependency to your build.sbt file:

libraryDependencies += "me.alllex.parsus" % "parsus-mingwx64" % "0.5.5"