MVN

com.imaginary : imaginary-home

Maven & Gradle

Mar 31, 2013

Imaginary Hue Control · Java binding for controlling the Philips Hue light bulbs.

<dependency>
    <groupId>com.imaginary</groupId>
    <artifactId>imaginary-home</artifactId>
    <version>2013.01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.imaginary : imaginary-home to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2013.01

All Versions

Choose a version of com.imaginary : imaginary-home to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2013.01
imaginary-home-2013.01

How to add a dependency to Maven

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

<dependency>
    <groupId>com.imaginary</groupId>
    <artifactId>imaginary-home</artifactId>
    <version>2013.01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.imaginary : imaginary-home gradle dependency to your build.gradle file:

implementation 'com.imaginary:imaginary-home:2013.01'

Gradle Kotlin DSL: Add the following com.imaginary : imaginary-home gradle kotlin dependency to your build.gradle.kts file:

implementation("com.imaginary:imaginary-home:2013.01")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.imaginary : imaginary-home sbt scala dependency to your build.sbt file:

libraryDependencies += "com.imaginary" % "imaginary-home" % "2013.01"