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