j

jraspbee

jRaspBee; a Java library allowing developers to easily use the features offered by a RaspBee bridge.
https://github.com/fatihboy/jRaspBee
The MIT License
Enterprisecoding
Fatih Boy
Files download
File Operation
jraspbee-1.0.jar download
jraspbee-1.0.pom download
jraspbee-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.enterprisecoding</groupId>
  <artifactId>jraspbee</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.enterprisecoding:jraspbee:1.0'
Gradle Kotlin
implementation("com.enterprisecoding:jraspbee:1.0")
Scala SBT
libraryDependencies += "com.enterprisecoding" % "jraspbee" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.enterprisecoding', module='jraspbee', version='1.0')
)
Apache Ivy
<dependency org="com.enterprisecoding" name="jraspbee" rev="1.0" />
Leiningen
[com.enterprisecoding/jraspbee "1.0"]
Apache Buildr
'com.enterprisecoding:jraspbee:jar:1.0'
Dependencies