MVN

org.iot-dsa : runtime_shared

Maven & Gradle

Mar 05, 2021
1 usages
23 stars

runtime_shared · Shared Runtime for the SDK

<dependency>
    <groupId>org.iot-dsa</groupId>
    <artifactId>runtime_shared</artifactId>
    <version>0.24.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.iot-dsa : runtime_shared to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.24.2

All Versions

Choose a version of org.iot-dsa : runtime_shared to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.24.x
runtime_shared-0.24.2
runtime_shared-0.24.1
runtime_shared-0.24.0
0.23.x
runtime_shared-0.23.2
runtime_shared-0.23.1
runtime_shared-0.23.0
0.22.x
runtime_shared-0.22.3
runtime_shared-0.22.2
runtime_shared-0.22.0
0.21.x
runtime_shared-0.21.1
0.20.x
runtime_shared-0.20.1
runtime_shared-0.20.0
0.18.x
runtime_shared-0.18.5
runtime_shared-0.18.4
runtime_shared-0.18.3
runtime_shared-0.18.2
runtime_shared-0.18.1
runtime_shared-0.18.0
0.17.x
runtime_shared-0.17.2
0.16.x
runtime_shared-0.16.0
0.15.x
runtime_shared-0.15.0
0.14.x
runtime_shared-0.14.1
runtime_shared-0.14.0
0.13.x
runtime_shared-0.13.0
0.12.x
runtime_shared-0.12.0
0.11.x
runtime_shared-0.11.0
0.10.x
runtime_shared-0.10.2
runtime_shared-0.10.1
runtime_shared-0.10.0
0.9.x
runtime_shared-0.9.0
0.8.x
runtime_shared-0.8.0
0.7.x
runtime_shared-0.7.0

How to add a dependency to Maven

Add the following org.iot-dsa : runtime_shared maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.iot-dsa</groupId>
    <artifactId>runtime_shared</artifactId>
    <version>0.24.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.iot-dsa : runtime_shared gradle dependency to your build.gradle file:

implementation 'org.iot-dsa:runtime_shared:0.24.2'

Gradle Kotlin DSL: Add the following org.iot-dsa : runtime_shared gradle kotlin dependency to your build.gradle.kts file:

implementation("org.iot-dsa:runtime_shared:0.24.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.iot-dsa : runtime_shared sbt scala dependency to your build.sbt file:

libraryDependencies += "org.iot-dsa" % "runtime_shared" % "0.24.2"

Advertisement