| Лицензия |
Лицензия |
|---|---|
| Группа | Группаme.shikhov |
| Идентификатор | Идентификаторsetupwizard |
| Последняя версия | Последняя версия1.1.0 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
Описаниеsetupwizard
A multi step setup flow creator android library for kotlin android projects
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| setupwizard-1.1.0.pom | |
| setupwizard-1.1.0-sources.jar | 7 KB |
| setupwizard-1.1.0-javadoc.jar | 311 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |