| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.softartdev |
| Идентификатор | Идентификаторmaterial-theme-prefs-android |
| Последняя версия | Последняя версия0.3.3 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеMaterial Theme Preferences
Kotlin Multiplatform library for easy switching Dark/Light Material themes on Compose.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| material-theme-prefs-android-0.3.3.pom | |
| material-theme-prefs-android-0.3.3-sources.jar | 9 KB |
| material-theme-prefs-android-0.3.3-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.softartdev/material-theme-prefs-android/ -->
<dependency>
<groupId>io.github.softartdev</groupId>
<artifactId>material-theme-prefs-android</artifactId>
<version>0.3.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.softartdev/material-theme-prefs-android/
implementation 'io.github.softartdev:material-theme-prefs-android:0.3.3'
// https://jarcasting.com/artifacts/io.github.softartdev/material-theme-prefs-android/
implementation ("io.github.softartdev:material-theme-prefs-android:0.3.3")
'io.github.softartdev:material-theme-prefs-android:aar:0.3.3'
<dependency org="io.github.softartdev" name="material-theme-prefs-android" rev="0.3.3">
<artifact name="material-theme-prefs-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.softartdev', module='material-theme-prefs-android', version='0.3.3')
)
libraryDependencies += "io.github.softartdev" % "material-theme-prefs-android" % "0.3.3"
[io.github.softartdev/material-theme-prefs-android "0.3.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.21 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.21 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| androidx.compose.runtime » runtime | jar | 1.1.0 |
| androidx.compose.foundation » foundation | jar | 1.1.0 |
| androidx.compose.material » material | jar | 1.1.0 |
| dev.icerock.moko : resources-android | jar | 0.20.0 |
| androidx.preference » preference | jar | 1.2.0 |