GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdhelios-service-registration |
Version | Version0.9.47 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.spotify/helios-service-registration/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>helios-service-registration</artifactId>
<version>0.9.47</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/helios-service-registration/
implementation 'com.spotify:helios-service-registration:0.9.47'
// https://jarcasting.com/artifacts/com.spotify/helios-service-registration/
implementation ("com.spotify:helios-service-registration:0.9.47")
'com.spotify:helios-service-registration:jar:0.9.47'
<dependency org="com.spotify" name="helios-service-registration" rev="0.9.47">
<artifact name="helios-service-registration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='helios-service-registration', version='0.9.47')
)
libraryDependencies += "com.spotify" % "helios-service-registration" % "0.9.47"
[com.spotify/helios-service-registration "0.9.47"]