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