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