is not current version
Last Version 3.2

fr.matthieu-vergne:parsing-core 2.0

Implementation of the parsing features.

GroupId

GroupId

fr.matthieu-vergne
ArtifactId

ArtifactId

parsing-core
Version

Version

2.0
Type

Type

jar

Download parsing-core 2.0


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