MVN

com.lightningkite.androidlayouttranslator : plugin

Maven & Gradle

Aug 24, 2023
2 stars

Android XML Converter · A Gradle plugin that translates Android XML layouts to Xib and HTML

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

Latest Version

Choose a version of com.lightningkite.androidlayouttranslator : plugin 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 : plugin to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.lightningkite.androidlayouttranslator</groupId>
    <artifactId>plugin</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.lightningkite.androidlayouttranslator:plugin:1.0.3'

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

implementation("com.lightningkite.androidlayouttranslator:plugin:1.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.lightningkite.androidlayouttranslator" % "plugin" % "1.0.3"