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