| Группа | Группаcom.spotify |
|---|---|
| Идентификатор | Идентификаторstyx-test |
| Версия | Версия2.0.43 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| styx-test-2.0.43.pom | |
| styx-test-2.0.43.jar | 9 KB |
| styx-test-2.0.43-sources.jar | 6 KB |
| styx-test-2.0.43-javadoc.jar | 40 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.spotify/styx-test/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-test</artifactId>
<version>2.0.43</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/styx-test/
implementation 'com.spotify:styx-test:2.0.43'
// https://jarcasting.com/artifacts/com.spotify/styx-test/
implementation ("com.spotify:styx-test:2.0.43")
'com.spotify:styx-test:jar:2.0.43'
<dependency org="com.spotify" name="styx-test" rev="2.0.43">
<artifact name="styx-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='styx-test', version='2.0.43')
)
libraryDependencies += "com.spotify" % "styx-test" % "2.0.43"
[com.spotify/styx-test "2.0.43"]