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