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