| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJavaScript Языки программирования CLI Взаимодействие с пользователем |
| Группа | Группаorg.drewcarlson |
| Идентификатор | Идентификаторqbittorrent-client-js |
| Версия | Версия0.2.0 |
| Тип | Типpom |
| Описание |
ОписаниеqBittorrent
Kotlin wrapper for the qBittorrent Web API using Ktor.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| qbittorrent-client-js-0.2.0.pom | |
| qbittorrent-client-js-0.2.0.module | 2 KB |
| qbittorrent-client-js-0.2.0-sources.jar | 7 KB |
| qbittorrent-client-js-0.2.0-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.drewcarlson/qbittorrent-client-js/ -->
<dependency>
<groupId>org.drewcarlson</groupId>
<artifactId>qbittorrent-client-js</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.drewcarlson/qbittorrent-client-js/
implementation 'org.drewcarlson:qbittorrent-client-js:0.2.0'
// https://jarcasting.com/artifacts/org.drewcarlson/qbittorrent-client-js/
implementation ("org.drewcarlson:qbittorrent-client-js:0.2.0")
'org.drewcarlson:qbittorrent-client-js:pom:0.2.0'
<dependency org="org.drewcarlson" name="qbittorrent-client-js" rev="0.2.0">
<artifact name="qbittorrent-client-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.drewcarlson', module='qbittorrent-client-js', version='0.2.0')
)
libraryDependencies += "org.drewcarlson" % "qbittorrent-client-js" % "0.2.0"
[org.drewcarlson/qbittorrent-client-js "0.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.5.10 |
| org.drewcarlson : qbittorrent-models-js | jar | 0.2.0 |
| org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.5.10 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core-js | jar | 1.5.0-native-mt |
| org.jetbrains.kotlinx : kotlinx-serialization-json-js | jar | 1.2.1 |
| io.ktor : ktor-client-core-js | jar | 1.6.0 |
| io.ktor : ktor-client-json-js | jar | 1.6.0 |
| io.ktor : ktor-client-serialization-js | jar | 1.6.0 |