p

parsing-core

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