| GroupId | GroupIdcom.spotify |
|---|---|
| ArtifactId | ArtifactIdhype-testing |
| Version | Version0.0.17 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hype-testing-0.0.17.pom | |
| hype-testing-0.0.17.jar | 3 KB |
| hype-testing-0.0.17-sources.jar | 3 KB |
| hype-testing-0.0.17-javadoc.jar | 343 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/hype-testing/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>hype-testing</artifactId>
<version>0.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/hype-testing/
implementation 'com.spotify:hype-testing:0.0.17'
// https://jarcasting.com/artifacts/com.spotify/hype-testing/
implementation ("com.spotify:hype-testing:0.0.17")
'com.spotify:hype-testing:jar:0.0.17'
<dependency org="com.spotify" name="hype-testing" rev="0.0.17">
<artifact name="hype-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='hype-testing', version='0.0.17')
)
libraryDependencies += "com.spotify" % "hype-testing" % "0.0.17"
[com.spotify/hype-testing "0.0.17"]