License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.lightningkite.xmltoxib |
ArtifactId | ArtifactIdcom.lightningkite.xmltoxib.gradle.plugin |
Version | Version1.0.0-rc1 |
Type | Typepom |
Description |
DescriptionAndroid XML to iOS Xib Converter
A Gradle plugin that automatically generates ViewGenerators from Android Layout XMLs
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.lightningkite.xmltoxib/com.lightningkite.xmltoxib.gradle.plugin/ -->
<dependency>
<groupId>com.lightningkite.xmltoxib</groupId>
<artifactId>com.lightningkite.xmltoxib.gradle.plugin</artifactId>
<version>1.0.0-rc1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lightningkite.xmltoxib/com.lightningkite.xmltoxib.gradle.plugin/
implementation 'com.lightningkite.xmltoxib:com.lightningkite.xmltoxib.gradle.plugin:1.0.0-rc1'
// https://jarcasting.com/artifacts/com.lightningkite.xmltoxib/com.lightningkite.xmltoxib.gradle.plugin/
implementation ("com.lightningkite.xmltoxib:com.lightningkite.xmltoxib.gradle.plugin:1.0.0-rc1")
'com.lightningkite.xmltoxib:com.lightningkite.xmltoxib.gradle.plugin:pom:1.0.0-rc1'
<dependency org="com.lightningkite.xmltoxib" name="com.lightningkite.xmltoxib.gradle.plugin" rev="1.0.0-rc1">
<artifact name="com.lightningkite.xmltoxib.gradle.plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lightningkite.xmltoxib', module='com.lightningkite.xmltoxib.gradle.plugin', version='1.0.0-rc1')
)
libraryDependencies += "com.lightningkite.xmltoxib" % "com.lightningkite.xmltoxib.gradle.plugin" % "1.0.0-rc1"
[com.lightningkite.xmltoxib/com.lightningkite.xmltoxib.gradle.plugin "1.0.0-rc1"]
Group / Artifact | Type | Version |
---|---|---|
com.lightningkite.xmltoxib : plugin | jar | 1.0.0-rc1 |