g

grovepi

Java part of the https://github.com/DexterInd/GrovePi project. Has been forked and changed to get latest changes of the pi4j library.
https://github.com/yafna/GrovePi-java
MIT License
yafna
Files download
File Operation
grovepi-0.1.1.pom download
Apache Maven
<dependency>
  <groupId>com.github.yafna.raspberry</groupId>
  <artifactId>grovepi</artifactId>
  <version>0.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.yafna.raspberry:grovepi:0.1.1'
Gradle Kotlin
implementation("com.github.yafna.raspberry:grovepi:0.1.1")
Scala SBT
libraryDependencies += "com.github.yafna.raspberry" % "grovepi" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.yafna.raspberry', module='grovepi', version='0.1.1')
)
Apache Ivy
<dependency org="com.github.yafna.raspberry" name="grovepi" rev="0.1.1" />
Leiningen
[com.github.yafna.raspberry/grovepi "0.1.1"]
Apache Buildr
'com.github.yafna.raspberry:grovepi:jar:0.1.1'
Dependencies
The project has no third-party dependencies