MVN

com.lightningkite.xmltoxib : com.lightningkite.xmltoxib.gradle.plugin

Maven & Gradle

Mar 12, 2022
2 stars

Android XML to iOS Xib Converter · A Gradle plugin that automatically generates ViewGenerators from Android Layout XMLs

<dependency>
    <groupId>com.lightningkite.xmltoxib</groupId>
    <artifactId>com.lightningkite.xmltoxib.gradle.plugin</artifactId>
    <version>0.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lightningkite.xmltoxib : com.lightningkite.xmltoxib.gradle.plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.2
  • Latest Release Candidate: 1.0.0-rc1

All Versions

Choose a version of com.lightningkite.xmltoxib : com.lightningkite.xmltoxib.gradle.plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
com.lightningkite.xmltoxib.gradle.plugin-1.0.0-rc1
0.9.x
com.lightningkite.xmltoxib.gradle.plugin-0.9.2
com.lightningkite.xmltoxib.gradle.plugin-0.9.1
com.lightningkite.xmltoxib.gradle.plugin-0.9.0
0.7.x
com.lightningkite.xmltoxib.gradle.plugin-0.7.3
com.lightningkite.xmltoxib.gradle.plugin-0.7.2
com.lightningkite.xmltoxib.gradle.plugin-0.7.1
com.lightningkite.xmltoxib.gradle.plugin-0.7.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.lightningkite.xmltoxib</groupId>
    <artifactId>com.lightningkite.xmltoxib.gradle.plugin</artifactId>
    <version>0.9.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.lightningkite.xmltoxib:com.lightningkite.xmltoxib.gradle.plugin:0.9.2'

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

implementation("com.lightningkite.xmltoxib:com.lightningkite.xmltoxib.gradle.plugin:0.9.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.lightningkite.xmltoxib" % "com.lightningkite.xmltoxib.gradle.plugin" % "0.9.2"