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