GroupId | GroupIdorg.iot-dsa |
---|---|
ArtifactId | ArtifactIdruntime_shared |
Version | Version0.14.0 |
Type | Typejar |
Filename | Size |
---|---|
runtime_shared-0.14.0.pom | |
runtime_shared-0.14.0.jar | 3 KB |
runtime_shared-0.14.0-sources.jar | 1 KB |
runtime_shared-0.14.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.iot-dsa/runtime_shared/ -->
<dependency>
<groupId>org.iot-dsa</groupId>
<artifactId>runtime_shared</artifactId>
<version>0.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.iot-dsa/runtime_shared/
implementation 'org.iot-dsa:runtime_shared:0.14.0'
// https://jarcasting.com/artifacts/org.iot-dsa/runtime_shared/
implementation ("org.iot-dsa:runtime_shared:0.14.0")
'org.iot-dsa:runtime_shared:jar:0.14.0'
<dependency org="org.iot-dsa" name="runtime_shared" rev="0.14.0">
<artifact name="runtime_shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.iot-dsa', module='runtime_shared', version='0.14.0')
)
libraryDependencies += "org.iot-dsa" % "runtime_shared" % "0.14.0"
[org.iot-dsa/runtime_shared "0.14.0"]