loxone-client-kotlin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>cz.smarteon.loxone</groupId> <artifactId>loxone-client-kotlin</artifactId> <version>0.5.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>cz.smarteon.loxone</groupId> <artifactId>loxone-client-kotlin</artifactId> <version>0.5.1</version> <name>loxone-client-kotlin</name> <description>Kotlin implementation of the Loxone&trade; communication protocol</description> <url>https://github.com/Smarteon/loxone-client-kotlin</url> <organization> <name>Smarteon Systems s.r.o</name> <url>https://smarteon.cz</url> </organization> <licenses> <license> <name>3-Clause BSD License</name> <url>https://opensource.org/licenses/BSD-3-Clause</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Jiří Mikulášek</name> <email>jiri.mikulasek@smarteon.cz</email> </developer> <developer> <name>Tomáš Knotek</name> <email>tomas.knotek@smarteon.cz</email> </developer> </developers> <scm> <connection>scm:git:git@github.com:Smarteon/loxone-client-kotlin.git</connection> <tag>0.5.1</tag> <url>git@github.com:Smarteon/loxone-client-kotlin.git</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.22</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-cio</artifactId> <version>2.3.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-reflect</artifactId> <version>1.9.22</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core</artifactId> <version>2.3.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-content-negotiation</artifactId> <version>2.3.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-json</artifactId> <version>2.3.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-websockets</artifactId> <version>2.3.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-logging</artifactId> <version>2.3.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-auth</artifactId> <version>2.3.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-json</artifactId> <version>1.6.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.oshai</groupId> <artifactId>kotlin-logging</artifactId> <version>6.0.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.ditchoom</groupId> <artifactId>buffer</artifactId> <version>1.3.36</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.kotlincrypto.hash</groupId> <artifactId>sha1</artifactId> <version>0.4.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.kotlincrypto.hash</groupId> <artifactId>sha2</artifactId> <version>0.4.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.kotlincrypto.macs</groupId> <artifactId>hmac-sha1</artifactId> <version>0.4.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.kotlincrypto.macs</groupId> <artifactId>hmac-sha2</artifactId> <version>0.4.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>co.touchlab</groupId> <artifactId>stately-concurrent-collections</artifactId> <version>2.0.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-datetime</artifactId> <version>0.5.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>