GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdhelios-system-tests |
Version | Version0.8.16 |
Type | Typejar |
Filename | Size |
---|---|
helios-system-tests-0.8.16.pom | |
helios-system-tests-0.8.16.jar | 167 KB |
helios-system-tests-0.8.16-sources.jar | 78 KB |
helios-system-tests-0.8.16-javadoc.jar | 255 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/helios-system-tests/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>helios-system-tests</artifactId>
<version>0.8.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/helios-system-tests/
implementation 'com.spotify:helios-system-tests:0.8.16'
// https://jarcasting.com/artifacts/com.spotify/helios-system-tests/
implementation ("com.spotify:helios-system-tests:0.8.16")
'com.spotify:helios-system-tests:jar:0.8.16'
<dependency org="com.spotify" name="helios-system-tests" rev="0.8.16">
<artifact name="helios-system-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='helios-system-tests', version='0.8.16')
)
libraryDependencies += "com.spotify" % "helios-system-tests" % "0.8.16"
[com.spotify/helios-system-tests "0.8.16"]