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