p

parsing-core

Implementation of the parsing features.
Files download
File Operation
parsing-core-2.0.jar download
parsing-core-2.0.pom download
parsing-core-2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>fr.matthieu-vergne</groupId>
  <artifactId>parsing-core</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'fr.matthieu-vergne:parsing-core:2.0'
Gradle Kotlin
implementation("fr.matthieu-vergne:parsing-core:2.0")
Scala SBT
libraryDependencies += "fr.matthieu-vergne" % "parsing-core" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='fr.matthieu-vergne', module='parsing-core', version='2.0')
)
Apache Ivy
<dependency org="fr.matthieu-vergne" name="parsing-core" rev="2.0" />
Leiningen
[fr.matthieu-vergne/parsing-core "2.0"]
Apache Buildr
'fr.matthieu-vergne:parsing-core:jar:2.0'