GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdhype-testing |
Version | Version0.0.16 |
Type | Typejar |
Filename | Size |
---|---|
hype-testing-0.0.16.pom | |
hype-testing-0.0.16.jar | 3 KB |
hype-testing-0.0.16-sources.jar | 3 KB |
hype-testing-0.0.16-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.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/hype-testing/
implementation 'com.spotify:hype-testing:0.0.16'
// https://jarcasting.com/artifacts/com.spotify/hype-testing/
implementation ("com.spotify:hype-testing:0.0.16")
'com.spotify:hype-testing:jar:0.0.16'
<dependency org="com.spotify" name="hype-testing" rev="0.0.16">
<artifact name="hype-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='hype-testing', version='0.0.16')
)
libraryDependencies += "com.spotify" % "hype-testing" % "0.0.16"
[com.spotify/hype-testing "0.0.16"]