is not current version
Last Version 0.24.2

org.iot-dsa:commons 0.22.2

Commons API to assist with developing DSLinks

GroupId

GroupId

org.iot-dsa
ArtifactId

ArtifactId

commons
Version

Version

0.22.2
Type

Type

jar

Download commons 0.22.2


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