License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.besherman |
ArtifactId | ArtifactIdlifx-sdk-java |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.besherman:lifx-sdk-java
A port of "LIFX Android SDK" to Java
|
Project URL |
Project URL |
Filename | Size |
---|---|
lifx-sdk-java-2.0.pom | |
lifx-sdk-java-2.0.jar | 288 KB |
lifx-sdk-java-2.0-sources.jar | 84 KB |
lifx-sdk-java-2.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.besherman/lifx-sdk-java/ -->
<dependency>
<groupId>com.github.besherman</groupId>
<artifactId>lifx-sdk-java</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.besherman/lifx-sdk-java/
implementation 'com.github.besherman:lifx-sdk-java:2.0'
// https://jarcasting.com/artifacts/com.github.besherman/lifx-sdk-java/
implementation ("com.github.besherman:lifx-sdk-java:2.0")
'com.github.besherman:lifx-sdk-java:jar:2.0'
<dependency org="com.github.besherman" name="lifx-sdk-java" rev="2.0">
<artifact name="lifx-sdk-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.besherman', module='lifx-sdk-java', version='2.0')
)
libraryDependencies += "com.github.besherman" % "lifx-sdk-java" % "2.0"
[com.github.besherman/lifx-sdk-java "2.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |