| License |
License |
|---|---|
| Categories |
CategoriesJavaScript Languages CLI User Interface |
| GroupId | GroupIdorg.drewcarlson |
| ArtifactId | ArtifactIdqbittorrent-client-js |
| Version | Version0.1.0 |
| 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.1.0.pom | |
| qbittorrent-client-js-0.1.0.module | 3 KB |
| qbittorrent-client-js-0.1.0-sources.jar | 7 KB |
| qbittorrent-client-js-0.1.0-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.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.drewcarlson/qbittorrent-client-js/
implementation 'org.drewcarlson:qbittorrent-client-js:0.1.0'
// https://jarcasting.com/artifacts/org.drewcarlson/qbittorrent-client-js/
implementation ("org.drewcarlson:qbittorrent-client-js:0.1.0")
'org.drewcarlson:qbittorrent-client-js:pom:0.1.0'
<dependency org="org.drewcarlson" name="qbittorrent-client-js" rev="0.1.0">
<artifact name="qbittorrent-client-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.drewcarlson', module='qbittorrent-client-js', version='0.1.0')
)
libraryDependencies += "org.drewcarlson" % "qbittorrent-client-js" % "0.1.0"
[org.drewcarlson/qbittorrent-client-js "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.4.31 |
| org.drewcarlson : qbittorrent-models-js | jar | 0.1.0 |
| org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.4.31 |
| io.ktor : ktor-client-core-js | jar | 1.5.2 |
| io.ktor : ktor-client-json-js | jar | 1.5.2 |
| io.ktor : ktor-client-serialization-js | jar | 1.5.2 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core-js | jar | 1.4.3-native-mt |