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