MVN

com.lightningkite.androidlayouttranslator : android-runtime

Maven & Gradle

Aug 24, 2023
2 stars

Android Runtime · A package holding the android tools for safe insets made easy, along with converting them to other platforms.

<dependency>
    <groupId>com.lightningkite.androidlayouttranslator</groupId>
    <artifactId>android-runtime</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lightningkite.androidlayouttranslator : android-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3
  • Latest Release Candidate: 1.0.0-rc3

All Versions

Choose a version of com.lightningkite.androidlayouttranslator : android-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
android-runtime-1.0.3
android-runtime-1.0.2
android-runtime-1.0.1
android-runtime-1.0.0-rc3
android-runtime-1.0.0-rc2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.lightningkite.androidlayouttranslator</groupId>
    <artifactId>android-runtime</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lightningkite.androidlayouttranslator : android-runtime gradle dependency to your build.gradle file:

implementation 'com.lightningkite.androidlayouttranslator:android-runtime:1.0.3'

Gradle Kotlin DSL: Add the following com.lightningkite.androidlayouttranslator : android-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lightningkite.androidlayouttranslator:android-runtime:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lightningkite.androidlayouttranslator : android-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lightningkite.androidlayouttranslator" % "android-runtime" % "1.0.3"