License |
License |
---|---|
Categories |
CategoriesJavaScript Languages CLI User Interface |
GroupId | GroupIdorg.drewcarlson |
ArtifactId | ArtifactIdqbittorrent-client-js |
Last Version | Last Version0.5.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionqBittorrent
Kotlin wrapper for the qBittorrent Web API using Ktor.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
qbittorrent-client-js-0.5.1.pom | |
qbittorrent-client-js-0.5.1.module | 2 KB |
qbittorrent-client-js-0.5.1-sources.jar | 7 KB |
qbittorrent-client-js-0.5.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.drewcarlson/qbittorrent-client-js/ -->
<dependency>
<groupId>org.drewcarlson</groupId>
<artifactId>qbittorrent-client-js</artifactId>
<version>0.5.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.drewcarlson/qbittorrent-client-js/
implementation 'org.drewcarlson:qbittorrent-client-js:0.5.1'
// https://jarcasting.com/artifacts/org.drewcarlson/qbittorrent-client-js/
implementation ("org.drewcarlson:qbittorrent-client-js:0.5.1")
'org.drewcarlson:qbittorrent-client-js:pom:0.5.1'
<dependency org="org.drewcarlson" name="qbittorrent-client-js" rev="0.5.1">
<artifact name="qbittorrent-client-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.drewcarlson', module='qbittorrent-client-js', version='0.5.1')
)
libraryDependencies += "org.drewcarlson" % "qbittorrent-client-js" % "0.5.1"
[org.drewcarlson/qbittorrent-client-js "0.5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.6.20 |
org.drewcarlson : qbittorrent-models-js | jar | 0.5.1 |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.20 |
org.jetbrains.kotlinx : kotlinx-coroutines-core-js | jar | 1.6.1 |
org.jetbrains.kotlinx : kotlinx-serialization-json-js | jar | 1.3.2 |
io.ktor : ktor-client-core-js | jar | 2.0.0 |
io.ktor : ktor-client-content-negotiation-js | jar | 2.0.0 |
io.ktor : ktor-serialization-kotlinx-json-js | jar | 2.0.0 |