is not current version
Last Version 3.2

fr.matthieu-vergne:parsing 3.1

Generic purpose parser able to deal with custom grammars and providing read/write features.

GroupId

GroupId

fr.matthieu-vergne
ArtifactId

ArtifactId

parsing
Version

Version

3.1
Type

Type

pom

Download parsing 3.1

Filename Size
parsing-3.1.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/fr.matthieu-vergne/parsing/ -->
<dependency>
    <groupId>fr.matthieu-vergne</groupId>
    <artifactId>parsing</artifactId>
    <version>3.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.matthieu-vergne/parsing/
implementation 'fr.matthieu-vergne:parsing:3.1'
// https://jarcasting.com/artifacts/fr.matthieu-vergne/parsing/
implementation ("fr.matthieu-vergne:parsing:3.1")
'fr.matthieu-vergne:parsing:pom:3.1'
<dependency org="fr.matthieu-vergne" name="parsing" rev="3.1">
  <artifact name="parsing" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.matthieu-vergne', module='parsing', version='3.1')
)
libraryDependencies += "fr.matthieu-vergne" % "parsing" % "3.1"
[fr.matthieu-vergne/parsing "3.1"]