is not current version
Last Version 3.2

fr.matthieu-vergne:parsing 2.4

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.4
Type

Type

pom

Download parsing 2.4

Filename Size
parsing-2.4.pom 2 KB
Browse

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