License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdio.github.boc-tothefuture |
ArtifactId | ArtifactIdkotlin-homie |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionKotlin Homie
An opinionated Kotlin client implementation of the Homie IoT protocol
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlin-homie-0.0.1.pom | |
kotlin-homie-0.0.1.jar | 87 KB |
kotlin-homie-0.0.1-sources.jar | 11 KB |
kotlin-homie-0.0.1-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.boc-tothefuture/kotlin-homie/ -->
<dependency>
<groupId>io.github.boc-tothefuture</groupId>
<artifactId>kotlin-homie</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.boc-tothefuture/kotlin-homie/
implementation 'io.github.boc-tothefuture:kotlin-homie:0.0.1'
// https://jarcasting.com/artifacts/io.github.boc-tothefuture/kotlin-homie/
implementation ("io.github.boc-tothefuture:kotlin-homie:0.0.1")
'io.github.boc-tothefuture:kotlin-homie:jar:0.0.1'
<dependency org="io.github.boc-tothefuture" name="kotlin-homie" rev="0.0.1">
<artifact name="kotlin-homie" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.boc-tothefuture', module='kotlin-homie', version='0.0.1')
)
libraryDependencies += "io.github.boc-tothefuture" % "kotlin-homie" % "0.0.1"
[io.github.boc-tothefuture/kotlin-homie "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.0 |
org.eclipse.paho : org.eclipse.paho.client.mqttv3 | jar | 1.2.0 |
io.github.microutils : kotlin-logging | jar | 1.4.9 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.3.1 |
org.junit.jupiter : junit-jupiter-params | jar | 5.3.1 |
io.mockk : mockk | jar | 1.8.10.kotlin13 |
org.assertj : assertj-core | jar | 3.11.1 |
com.github.stefanbirkner : system-rules | jar | 1.17.2 |