MVN

io.cubos : android-runtime

Maven & Gradle

May 31, 2023
69 stars

android-runtime · Sdkgen Android Runtime

<dependency>
    <groupId>io.cubos</groupId>
    <artifactId>android-runtime</artifactId>
    <version>20230531190344</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.cubos : android-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20230531190344

All Versions

Choose a version of io.cubos : android-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20230531190344
android-runtime-20230531190344
20221222232630
android-runtime-20221222232630
20221222232621
android-runtime-20221222232621
20221222232620
android-runtime-20221222232620
20221222232614
android-runtime-20221222232614
0.0.x
android-runtime-0.0.2
android-runtime-0.0.0-dev.20230531190344
android-runtime-0.0.0-dev.20220906023454
android-runtime-0.0.0

How to add a dependency to Maven

Add the following io.cubos : android-runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.cubos</groupId>
    <artifactId>android-runtime</artifactId>
    <version>20230531190344</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.cubos : android-runtime gradle dependency to your build.gradle file:

implementation 'io.cubos:android-runtime:20230531190344'

Gradle Kotlin DSL: Add the following io.cubos : android-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("io.cubos:android-runtime:20230531190344")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.cubos : android-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "io.cubos" % "android-runtime" % "20230531190344"