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