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.

License

License

GroupId

GroupId

io.github.idisfkj
ArtifactId

ArtifactId

android-startup
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

aar
Description

Description

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.
Project URL

Project URL

https://github.com/idisfkj/android-startup
Source Code Management

Source Code Management

https://github.com/idisfkj/android-startup/tree/master

Download android-startup

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.idisfkj/android-startup/ -->
<dependency>
    <groupId>io.github.idisfkj</groupId>
    <artifactId>android-startup</artifactId>
    <version>1.1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.idisfkj/android-startup/
implementation 'io.github.idisfkj:android-startup:1.1.0'
// https://jarcasting.com/artifacts/io.github.idisfkj/android-startup/
implementation ("io.github.idisfkj:android-startup:1.1.0")
'io.github.idisfkj:android-startup:aar:1.1.0'
<dependency org="io.github.idisfkj" name="android-startup" rev="1.1.0">
  <artifact name="android-startup" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.idisfkj', module='android-startup', version='1.1.0')
)
libraryDependencies += "io.github.idisfkj" % "android-startup" % "1.1.0"
[io.github.idisfkj/android-startup "1.1.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-android-extensions-runtime jar 1.3.72
org.jetbrains.kotlin : kotlin-stdlib jar 1.3.72
androidx.core » core-ktx jar 1.3.1
androidx.appcompat » appcompat jar 1.1.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.62
1.0.61
1.0.7
1.0.6