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