License |
License |
---|---|
GroupId | GroupIdme.shikhov |
ArtifactId | ArtifactIdsetupwizard |
Version | Version1.1.0 |
Type | Typeaar |
Description |
Descriptionsetupwizard
A multi step setup flow creator android library for kotlin android projects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
setupwizard-1.1.0.pom | |
setupwizard-1.1.0-sources.jar | 7 KB |
setupwizard-1.1.0-javadoc.jar | 311 KB |
Browse |
<!-- 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"]
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 |