License |
License |
---|---|
GroupId | GroupIduk.theretiredprogrammer.rpiembeddedlibrary |
ArtifactId | ArtifactIdscreen |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRPi Display API
An API / Implementation for a TFT display for the Rasperberry Pi
|
Project URL |
Project URL |
Filename | Size |
---|---|
screen-2.0.0.pom | |
screen-2.0.0.jar | 49 KB |
screen-2.0.0-sources.jar | 38 KB |
screen-2.0.0-javadoc.jar | 224 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.theretiredprogrammer.rpiembeddedlibrary/screen/ -->
<dependency>
<groupId>uk.theretiredprogrammer.rpiembeddedlibrary</groupId>
<artifactId>screen</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.theretiredprogrammer.rpiembeddedlibrary/screen/
implementation 'uk.theretiredprogrammer.rpiembeddedlibrary:screen:2.0.0'
// https://jarcasting.com/artifacts/uk.theretiredprogrammer.rpiembeddedlibrary/screen/
implementation ("uk.theretiredprogrammer.rpiembeddedlibrary:screen:2.0.0")
'uk.theretiredprogrammer.rpiembeddedlibrary:screen:jar:2.0.0'
<dependency org="uk.theretiredprogrammer.rpiembeddedlibrary" name="screen" rev="2.0.0">
<artifact name="screen" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.theretiredprogrammer.rpiembeddedlibrary', module='screen', version='2.0.0')
)
libraryDependencies += "uk.theretiredprogrammer.rpiembeddedlibrary" % "screen" % "2.0.0"
[uk.theretiredprogrammer.rpiembeddedlibrary/screen "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
uk.theretiredprogrammer.rpiembeddedlibrary : thread | jar | 2.0.0 |