MVN

cn.zhaiyifan : init

Maven & Gradle

Oct 05, 2015
269 stars

Android Init Library · Init helps Android apps schedule initialization of application, with type, priority and multi-process, tidy magic code for every process, and improves efficiency of application start.

<dependency>
    <groupId>cn.zhaiyifan</groupId>
    <artifactId>init</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.zhaiyifan : init to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of cn.zhaiyifan : init to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
init-1.0.2
init-1.0.1
init-1.0.0

How to add a dependency to Maven

Add the following cn.zhaiyifan : init maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.zhaiyifan</groupId>
    <artifactId>init</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.zhaiyifan : init gradle dependency to your build.gradle file:

implementation 'cn.zhaiyifan:init:1.0.2'

Gradle Kotlin DSL: Add the following cn.zhaiyifan : init gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.zhaiyifan:init:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.zhaiyifan : init sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.zhaiyifan" % "init" % "1.0.2"

Advertisement