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