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