Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.besherman |
ArtifactId | ArtifactIdlifx-sdk-java |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
lifx-sdk-java-1.0.1.pom | |
lifx-sdk-java-1.0.1.jar | 289 KB |
lifx-sdk-java-1.0.1-sources.jar | 85 KB |
lifx-sdk-java-1.0.1-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>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.besherman/lifx-sdk-java/
implementation 'com.github.besherman:lifx-sdk-java:1.0.1'
// https://jarcasting.com/artifacts/com.github.besherman/lifx-sdk-java/
implementation ("com.github.besherman:lifx-sdk-java:1.0.1")
'com.github.besherman:lifx-sdk-java:jar:1.0.1'
<dependency org="com.github.besherman" name="lifx-sdk-java" rev="1.0.1">
<artifact name="lifx-sdk-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.besherman', module='lifx-sdk-java', version='1.0.1')
)
libraryDependencies += "com.github.besherman" % "lifx-sdk-java" % "1.0.1"
[com.github.besherman/lifx-sdk-java "1.0.1"]