GroupId | GroupIdorg.iot-dsa |
---|---|
ArtifactId | ArtifactIdcommons |
Version | Version0.20.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-0.20.0.pom | |
commons-0.20.0.jar | 12 KB |
commons-0.20.0-sources.jar | 5 KB |
commons-0.20.0-javadoc.jar | 31 KB |
Browse |
<!-- 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"]