p

parsing-core

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