is not current version
Last Version 1.0.2

io.github.joblo2213:sma.speedwire 1.0.0

SMA-Speedwire is an api for communicating with SMA products over Ethernet using the speedwire interface. It allows listening for exchanged data between your devices and logging meter readings.

Categories

Categories

Wire Data Data Structures
GroupId

GroupId

io.github.joblo2213
ArtifactId

ArtifactId

sma.speedwire
Version

Version

1.0.0
Type

Type

jar

Download sma.speedwire 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.joblo2213/sma.speedwire/ -->
<dependency>
    <groupId>io.github.joblo2213</groupId>
    <artifactId>sma.speedwire</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.joblo2213/sma.speedwire/
implementation 'io.github.joblo2213:sma.speedwire:1.0.0'
// https://jarcasting.com/artifacts/io.github.joblo2213/sma.speedwire/
implementation ("io.github.joblo2213:sma.speedwire:1.0.0")
'io.github.joblo2213:sma.speedwire:jar:1.0.0'
<dependency org="io.github.joblo2213" name="sma.speedwire" rev="1.0.0">
  <artifact name="sma.speedwire" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.joblo2213', module='sma.speedwire', version='1.0.0')
)
libraryDependencies += "io.github.joblo2213" % "sma.speedwire" % "1.0.0"
[io.github.joblo2213/sma.speedwire "1.0.0"]