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