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