MVN

com.github.yafna.raspberry : grovepi

Maven & Gradle

Oct 28, 2020
0 stars

Java part of the https://github.com/DexterInd/GrovePi project. Has been forked and changed to get latest changes of the pi4j library.

<dependency>
    <groupId>com.github.yafna.raspberry</groupId>
    <artifactId>grovepi</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.yafna.raspberry : grovepi to add to Maven - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of com.github.yafna.raspberry : grovepi to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
grovepi-0.1.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.yafna.raspberry</groupId>
    <artifactId>grovepi</artifactId>
    <version>0.1.1</version>
</dependency>

Advertisement