GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdstyx-test |
Version | Version2.0.8 |
Type | Typejar |
Filename | Size |
---|---|
styx-test-2.0.8.pom | |
styx-test-2.0.8.jar | 8 KB |
styx-test-2.0.8-sources.jar | 5 KB |
styx-test-2.0.8-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/styx-test/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-test</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/styx-test/
implementation 'com.spotify:styx-test:2.0.8'
// https://jarcasting.com/artifacts/com.spotify/styx-test/
implementation ("com.spotify:styx-test:2.0.8")
'com.spotify:styx-test:jar:2.0.8'
<dependency org="com.spotify" name="styx-test" rev="2.0.8">
<artifact name="styx-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='styx-test', version='2.0.8')
)
libraryDependencies += "com.spotify" % "styx-test" % "2.0.8"
[com.spotify/styx-test "2.0.8"]