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