p

parsing

Generic purpose parser able to deal with custom grammars and providing read/write features.
https://github.com/matthieu-vergne/Parsing
CC0
Matthieu Vergne
Files download
File Operation
parsing-2.2.pom download
Apache Maven
<dependency>
  <groupId>fr.matthieu-vergne</groupId>
  <artifactId>parsing</artifactId>
  <version>2.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'fr.matthieu-vergne:parsing:2.2'
Gradle Kotlin
implementation("fr.matthieu-vergne:parsing:2.2")
Scala SBT
libraryDependencies += "fr.matthieu-vergne" % "parsing" % "2.2"
Groovy Grape
@Grapes(
  @Grab(group='fr.matthieu-vergne', module='parsing', version='2.2')
)
Apache Ivy
<dependency org="fr.matthieu-vergne" name="parsing" rev="2.2" />
Leiningen
[fr.matthieu-vergne/parsing "2.2"]
Apache Buildr
'fr.matthieu-vergne:parsing:jar:2.2'
Dependencies
The project has no third-party dependencies