GroupId | GroupIdfr.matthieu-vergne |
---|---|
ArtifactId | ArtifactIdparsing-core |
Version | Version3.0 |
Type | Typejar |
Filename | Size |
---|---|
parsing-core-3.0.pom | |
parsing-core-3.0.jar | 50 KB |
parsing-core-3.0-sources.jar | 25 KB |
parsing-core-3.0-javadoc.jar | 185 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.matthieu-vergne/parsing-core/ -->
<dependency>
<groupId>fr.matthieu-vergne</groupId>
<artifactId>parsing-core</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.matthieu-vergne/parsing-core/
implementation 'fr.matthieu-vergne:parsing-core:3.0'
// https://jarcasting.com/artifacts/fr.matthieu-vergne/parsing-core/
implementation ("fr.matthieu-vergne:parsing-core:3.0")
'fr.matthieu-vergne:parsing-core:jar:3.0'
<dependency org="fr.matthieu-vergne" name="parsing-core" rev="3.0">
<artifact name="parsing-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.matthieu-vergne', module='parsing-core', version='3.0')
)
libraryDependencies += "fr.matthieu-vergne" % "parsing-core" % "3.0"
[fr.matthieu-vergne/parsing-core "3.0"]