MVN

uk.theretiredprogrammer : rpiembeddedlibrary

Maven & Gradle

May 03, 2017

RPi Embedded Library · A Set of useful libraries for the Raspberry Pi

<dependency>
    <groupId>uk.theretiredprogrammer</groupId>
    <artifactId>rpiembeddedlibrary</artifactId>
    <version>thread</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.theretiredprogrammer : rpiembeddedlibrary to add to Maven - Latest Versions:

  • Latest Stable: thread

All Versions

Choose a version of uk.theretiredprogrammer : rpiembeddedlibrary to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
rpiembeddedlibrary-2.0.0
thread
rpiembeddedlibrary-thread
screen
rpiembeddedlibrary-screen

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>uk.theretiredprogrammer</groupId>
    <artifactId>rpiembeddedlibrary</artifactId>
    <version>thread</version>
</dependency>

Advertisement