MVN

com.codellyrandom.hassle : hassle-jvm

Maven & Gradle

Jul 16, 2023
2 stars

Hassle · Interact with your Home Assistant server using Kotlin.

<dependency>
    <groupId>com.codellyrandom.hassle</groupId>
    <artifactId>hassle-jvm</artifactId>
    <version>0.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.codellyrandom.hassle : hassle-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.1

All Versions

Choose a version of com.codellyrandom.hassle : hassle-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
hassle-jvm-0.2.1
0.1.x
hassle-jvm-0.1.20
hassle-jvm-0.1.17
hassle-jvm-0.1.15
hassle-jvm-0.1.14
hassle-jvm-0.1.13
hassle-jvm-0.1.11
hassle-jvm-0.1.10
hassle-jvm-0.1.9
hassle-jvm-0.1.8
hassle-jvm-0.1.7
hassle-jvm-0.1.6
hassle-jvm-0.1.5
hassle-jvm-0.1.4
hassle-jvm-0.1.3
unspecified
hassle-jvm-unspecified
main
hassle-jvm-main

How to add a dependency to Maven

Add the following com.codellyrandom.hassle : hassle-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.codellyrandom.hassle</groupId>
    <artifactId>hassle-jvm</artifactId>
    <version>0.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.codellyrandom.hassle : hassle-jvm gradle dependency to your build.gradle file:

implementation 'com.codellyrandom.hassle:hassle-jvm:0.2.1'

Gradle Kotlin DSL: Add the following com.codellyrandom.hassle : hassle-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.codellyrandom.hassle:hassle-jvm:0.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.codellyrandom.hassle : hassle-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.codellyrandom.hassle" % "hassle-jvm" % "0.2.1"

Advertisement