GroupId | GroupIdfr.matthieu-vergne |
---|---|
ArtifactId | ArtifactIdcollection-core |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
collection-core-1.4.pom | |
collection-core-1.4.jar | 17 KB |
collection-core-1.4-sources.jar | 10 KB |
collection-core-1.4-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.matthieu-vergne/collection-core/ -->
<dependency>
<groupId>fr.matthieu-vergne</groupId>
<artifactId>collection-core</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/fr.matthieu-vergne/collection-core/
implementation 'fr.matthieu-vergne:collection-core:1.4'
// https://jarcasting.com/artifacts/fr.matthieu-vergne/collection-core/
implementation ("fr.matthieu-vergne:collection-core:1.4")
'fr.matthieu-vergne:collection-core:jar:1.4'
<dependency org="fr.matthieu-vergne" name="collection-core" rev="1.4">
<artifact name="collection-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.matthieu-vergne', module='collection-core', version='1.4')
)
libraryDependencies += "fr.matthieu-vergne" % "collection-core" % "1.4"
[fr.matthieu-vergne/collection-core "1.4"]