is not current version
Last Version 0.24.2

org.iot-dsa:commons 0.20.0

Commons API to assist with developing DSLinks

GroupId

GroupId

org.iot-dsa
ArtifactId

ArtifactId

commons
Version

Version

0.20.0
Type

Type

jar

Download commons 0.20.0


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