License |
License |
---|---|
GroupId | GroupIduk.theretiredprogrammer.rpiembeddedlibrary |
ArtifactId | ArtifactIdthread |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRPi Thread Management Library
A simple message passing thread based library for the Rasperberry Pi
|
Project URL |
Project URL |
Filename | Size |
---|---|
thread-2.0.0.pom | |
thread-2.0.0.jar | 13 KB |
thread-2.0.0-sources.jar | 10 KB |
thread-2.0.0-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.theretiredprogrammer.rpiembeddedlibrary/thread/ -->
<dependency>
<groupId>uk.theretiredprogrammer.rpiembeddedlibrary</groupId>
<artifactId>thread</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.theretiredprogrammer.rpiembeddedlibrary/thread/
implementation 'uk.theretiredprogrammer.rpiembeddedlibrary:thread:2.0.0'
// https://jarcasting.com/artifacts/uk.theretiredprogrammer.rpiembeddedlibrary/thread/
implementation ("uk.theretiredprogrammer.rpiembeddedlibrary:thread:2.0.0")
'uk.theretiredprogrammer.rpiembeddedlibrary:thread:jar:2.0.0'
<dependency org="uk.theretiredprogrammer.rpiembeddedlibrary" name="thread" rev="2.0.0">
<artifact name="thread" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.theretiredprogrammer.rpiembeddedlibrary', module='thread', version='2.0.0')
)
libraryDependencies += "uk.theretiredprogrammer.rpiembeddedlibrary" % "thread" % "2.0.0"
[uk.theretiredprogrammer.rpiembeddedlibrary/thread "2.0.0"]