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