MVN

com.dreamgyf.android.plugin : FastInflate

Maven & Gradle

Nov 05, 2022
8 stars

FastInflate · 编译期解析布局xml文件,提高布局加载的性能

<dependency>
    <groupId>com.dreamgyf.android.plugin</groupId>
    <artifactId>FastInflate</artifactId>
    <version>0.1.0-alpha-04</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dreamgyf.android.plugin : FastInflate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0-alpha-04
  • Latest Alpha: 0.1.0-alpha-04

All Versions

Choose a version of com.dreamgyf.android.plugin : FastInflate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
FastInflate-0.1.0-alpha-04
FastInflate-0.1.0-alpha-03
FastInflate-0.1.0-alpha-02
FastInflate-0.1.0-alpha-01

How to add a dependency to Maven

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

<dependency>
    <groupId>com.dreamgyf.android.plugin</groupId>
    <artifactId>FastInflate</artifactId>
    <version>0.1.0-alpha-04</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dreamgyf.android.plugin : FastInflate gradle dependency to your build.gradle file:

implementation 'com.dreamgyf.android.plugin:FastInflate:0.1.0-alpha-04'

Gradle Kotlin DSL: Add the following com.dreamgyf.android.plugin : FastInflate gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dreamgyf.android.plugin:FastInflate:0.1.0-alpha-04")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dreamgyf.android.plugin : FastInflate sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dreamgyf.android.plugin" % "FastInflate" % "0.1.0-alpha-04"