MVN

io.github.idisfkj : android-startup

Maven & Gradle

Dec 29, 2021
1.5k stars

android-startup · 🔥The Android Startup library provides a straightforward, performant way to initialize components at the application startup. Both library developers and app developers can use Android Startup to streamline startup sequences and explicitly set the order of initialization.

<dependency>
    <groupId>io.github.idisfkj</groupId>
    <artifactId>android-startup</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.idisfkj : android-startup to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of io.github.idisfkj : android-startup to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
android-startup-1.1.0
1.0.x
android-startup-1.0.62
android-startup-1.0.61
android-startup-1.0.7
android-startup-1.0.6

How to add a dependency to Maven

Add the following io.github.idisfkj : android-startup maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.idisfkj</groupId>
    <artifactId>android-startup</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.idisfkj : android-startup gradle dependency to your build.gradle file:

implementation 'io.github.idisfkj:android-startup:1.1.0'

Gradle Kotlin DSL: Add the following io.github.idisfkj : android-startup gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.idisfkj:android-startup:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.idisfkj : android-startup sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.idisfkj" % "android-startup" % "1.1.0"