is not current version
Last Version 0.24.2

org.iot-dsa:commons 0.10.1

Commons API to assist with developing DSLinks

GroupId

GroupId

org.iot-dsa
ArtifactId

ArtifactId

commons
Version

Version

0.10.1
Type

Type

jar

Download commons 0.10.1


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