is not current version
Last Version 0.1.34

berlin.yuna:tinkerforge-sensor 0.1.25

This Library is simplifying the API usage in a pure Java 8 way without any Frameworks. Removes pain of the Sensor UID, how to speak to the sensor and what values can i get from it etc. so that the focus is more on the logic

GroupId

GroupId

berlin.yuna
ArtifactId

ArtifactId

tinkerforge-sensor
Version

Version

0.1.25
Type

Type

jar

Download tinkerforge-sensor 0.1.25


<!-- https://jarcasting.com/artifacts/berlin.yuna/tinkerforge-sensor/ -->
<dependency>
    <groupId>berlin.yuna</groupId>
    <artifactId>tinkerforge-sensor</artifactId>
    <version>0.1.25</version>
</dependency>
// https://jarcasting.com/artifacts/berlin.yuna/tinkerforge-sensor/
implementation 'berlin.yuna:tinkerforge-sensor:0.1.25'
// https://jarcasting.com/artifacts/berlin.yuna/tinkerforge-sensor/
implementation ("berlin.yuna:tinkerforge-sensor:0.1.25")
'berlin.yuna:tinkerforge-sensor:jar:0.1.25'
<dependency org="berlin.yuna" name="tinkerforge-sensor" rev="0.1.25">
  <artifact name="tinkerforge-sensor" type="jar" />
</dependency>
@Grapes(
@Grab(group='berlin.yuna', module='tinkerforge-sensor', version='0.1.25')
)
libraryDependencies += "berlin.yuna" % "tinkerforge-sensor" % "0.1.25"
[berlin.yuna/tinkerforge-sensor "0.1.25"]