is not current version
Last Version 3.2

fr.matthieu-vergne:parsing 1.0

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

GroupId

GroupId

fr.matthieu-vergne
ArtifactId

ArtifactId

parsing
Version

Version

1.0
Type

Type

pom

Download parsing 1.0

Filename Size
parsing-1.0.pom 2 KB
Browse

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