GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdstyx-test |
Version | Version0.2.11 |
Type | Typejar |
Filename | Size |
---|---|
styx-test-0.2.11.pom | |
styx-test-0.2.11.jar | 7 KB |
styx-test-0.2.11-sources.jar | 4 KB |
styx-test-0.2.11-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.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/styx-test/
implementation 'com.spotify:styx-test:0.2.11'
// https://jarcasting.com/artifacts/com.spotify/styx-test/
implementation ("com.spotify:styx-test:0.2.11")
'com.spotify:styx-test:jar:0.2.11'
<dependency org="com.spotify" name="styx-test" rev="0.2.11">
<artifact name="styx-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='styx-test', version='0.2.11')
)
libraryDependencies += "com.spotify" % "styx-test" % "0.2.11"
[com.spotify/styx-test "0.2.11"]