GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdhelios-parent |
Version | Version0.9.232 |
Type | Typepom |
Filename | Size |
---|---|
helios-parent-0.9.232.pom | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/helios-parent/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>helios-parent</artifactId>
<version>0.9.232</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/helios-parent/
implementation 'com.spotify:helios-parent:0.9.232'
// https://jarcasting.com/artifacts/com.spotify/helios-parent/
implementation ("com.spotify:helios-parent:0.9.232")
'com.spotify:helios-parent:pom:0.9.232'
<dependency org="com.spotify" name="helios-parent" rev="0.9.232">
<artifact name="helios-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='helios-parent', version='0.9.232')
)
libraryDependencies += "com.spotify" % "helios-parent" % "0.9.232"
[com.spotify/helios-parent "0.9.232"]