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