GroupId | GroupIdorg.iot-dsa |
---|---|
ArtifactId | ArtifactIdcommons |
Version | Version0.18.4 |
Type | Typejar |
Filename | Size |
---|---|
commons-0.18.4.pom | |
commons-0.18.4.jar | 12 KB |
commons-0.18.4-sources.jar | 5 KB |
commons-0.18.4-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.iot-dsa/commons/ -->
<dependency>
<groupId>org.iot-dsa</groupId>
<artifactId>commons</artifactId>
<version>0.18.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.iot-dsa/commons/
implementation 'org.iot-dsa:commons:0.18.4'
// https://jarcasting.com/artifacts/org.iot-dsa/commons/
implementation ("org.iot-dsa:commons:0.18.4")
'org.iot-dsa:commons:jar:0.18.4'
<dependency org="org.iot-dsa" name="commons" rev="0.18.4">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.iot-dsa', module='commons', version='0.18.4')
)
libraryDependencies += "org.iot-dsa" % "commons" % "0.18.4"
[org.iot-dsa/commons "0.18.4"]