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