is not current version
Last Version 3.2

fr.matthieu-vergne:parsing 2.3

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

GroupId

GroupId

fr.matthieu-vergne
ArtifactId

ArtifactId

parsing
Version

Version

2.3
Type

Type

pom

Download parsing 2.3

Filename Size
parsing-2.3.pom 2 KB
Browse

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