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