License |
License |
---|---|
GroupId | GroupIdfr.matthieu-vergne |
ArtifactId | ArtifactIdparsing |
Last Version | Last Version3.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionParsing Support
Generic purpose parser able to deal with custom grammars and providing read/write features.
|
Project URL |
Project URL |
Filename | Size |
---|---|
parsing-3.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.matthieu-vergne/parsing/ -->
<dependency>
<groupId>fr.matthieu-vergne</groupId>
<artifactId>parsing</artifactId>
<version>3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.matthieu-vergne/parsing/
implementation 'fr.matthieu-vergne:parsing:3.2'
// https://jarcasting.com/artifacts/fr.matthieu-vergne/parsing/
implementation ("fr.matthieu-vergne:parsing:3.2")
'fr.matthieu-vergne:parsing:pom:3.2'
<dependency org="fr.matthieu-vergne" name="parsing" rev="3.2">
<artifact name="parsing" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.matthieu-vergne', module='parsing', version='3.2')
)
libraryDependencies += "fr.matthieu-vergne" % "parsing" % "3.2"
[fr.matthieu-vergne/parsing "3.2"]