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