MVN

com.kanyun.kace : kace-compiler

Maven & Gradle

Aug 25, 2023
247 stars

Kace · The Kace implements the seamless migration of kotlin-android-extensions by parsing layout to generate source code, helping developers to easily upgrade to Kotlin 1.8

<dependency>
    <groupId>com.kanyun.kace</groupId>
    <artifactId>kace-compiler</artifactId>
    <version>1.8.20-1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kanyun.kace : kace-compiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.20-1.2.0

All Versions

Choose a version of com.kanyun.kace : kace-compiler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
kace-compiler-1.8.20-1.2.0
kace-compiler-1.8.20-1.1.0
kace-compiler-1.8.20-1.0.5
kace-compiler-1.8.20-1.0.4
kace-compiler-1.8.0-1.0.4
1.7.x
kace-compiler-1.7.0-1.0.4
kace-compiler-1.7.0-1.0.3
1.0.x
kace-compiler-1.0.2
kace-compiler-1.0.1
kace-compiler-1.0.0

How to add a dependency to Maven

Add the following com.kanyun.kace : kace-compiler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kanyun.kace</groupId>
    <artifactId>kace-compiler</artifactId>
    <version>1.8.20-1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kanyun.kace : kace-compiler gradle dependency to your build.gradle file:

implementation 'com.kanyun.kace:kace-compiler:1.8.20-1.2.0'

Gradle Kotlin DSL: Add the following com.kanyun.kace : kace-compiler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kanyun.kace:kace-compiler:1.8.20-1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kanyun.kace : kace-compiler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kanyun.kace" % "kace-compiler" % "1.8.20-1.2.0"