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