| Группа | Группаfr.cenotelie.commons |
|---|---|
| Идентификатор | Идентификаторcommons-top |
| Версия | Версия1.0.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| commons-top-1.0.0.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/fr.cenotelie.commons/commons-top/ -->
<dependency>
<groupId>fr.cenotelie.commons</groupId>
<artifactId>commons-top</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.cenotelie.commons/commons-top/
implementation 'fr.cenotelie.commons:commons-top:1.0.0'
// https://jarcasting.com/artifacts/fr.cenotelie.commons/commons-top/
implementation ("fr.cenotelie.commons:commons-top:1.0.0")
'fr.cenotelie.commons:commons-top:pom:1.0.0'
<dependency org="fr.cenotelie.commons" name="commons-top" rev="1.0.0">
<artifact name="commons-top" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.cenotelie.commons', module='commons-top', version='1.0.0')
)
libraryDependencies += "fr.cenotelie.commons" % "commons-top" % "1.0.0"
[fr.cenotelie.commons/commons-top "1.0.0"]