| License |
License |
|---|---|
| GroupId | GroupIdfr.matthieu-vergne |
| ArtifactId | ArtifactIdparsing-core |
| Last Version | Last Version3.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionParsing Engine
Implementation of the parsing features.
|
| Filename | Size |
|---|---|
| parsing-core-3.2.pom | |
| parsing-core-3.2.jar | 19 KB |
| parsing-core-3.2-sources.jar | 11 KB |
| parsing-core-3.2-javadoc.jar | 100 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/fr.matthieu-vergne/parsing-core/ -->
<dependency>
<groupId>fr.matthieu-vergne</groupId>
<artifactId>parsing-core</artifactId>
<version>3.2</version>
</dependency>
// https://jarcasting.com/artifacts/fr.matthieu-vergne/parsing-core/
implementation 'fr.matthieu-vergne:parsing-core:3.2'
// https://jarcasting.com/artifacts/fr.matthieu-vergne/parsing-core/
implementation ("fr.matthieu-vergne:parsing-core:3.2")
'fr.matthieu-vergne:parsing-core:jar:3.2'
<dependency org="fr.matthieu-vergne" name="parsing-core" rev="3.2">
<artifact name="parsing-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.matthieu-vergne', module='parsing-core', version='3.2')
)
libraryDependencies += "fr.matthieu-vergne" % "parsing-core" % "3.2"
[fr.matthieu-vergne/parsing-core "3.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| fr.matthieu-vergne : logging | jar | 1.0 |
| fr.matthieu-vergne : ioutils-core | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |