setupwizard

A multi step setup flow creator android library for kotlin android projects

License

License

GroupId

GroupId

me.shikhov
ArtifactId

ArtifactId

setupwizard
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

aar
Description

Description

setupwizard
A multi step setup flow creator android library for kotlin android projects
Project URL

Project URL

https://github.com/andrey-shikhov/SetupWizard
Source Code Management

Source Code Management

https://github.com/andrey-shikhov/SetupWizard

Download setupwizard

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.jetbrains.kotlinx : kotlinx-coroutines-android jar 1.4.3
androidx.lifecycle » lifecycle-livedata-ktx jar 2.3.1
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.30

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0