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