MVN

io.github.softartdev : material-theme-prefs-ios

Maven & Gradle

Aug 25, 2022
20 stars

Material Theme Preferences · Kotlin Multiplatform library for easy switching Dark/Light Material themes on Compose.

<dependency>
    <groupId>io.github.softartdev</groupId>
    <artifactId>material-theme-prefs-ios</artifactId>
    <version>0.3.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.softartdev : material-theme-prefs-ios to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.7

All Versions

Choose a version of io.github.softartdev : material-theme-prefs-ios to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
material-theme-prefs-ios-0.3.7
material-theme-prefs-ios-0.3.6
material-theme-prefs-ios-0.3.5
material-theme-prefs-ios-0.3.4
material-theme-prefs-ios-0.3.3

How to add a dependency to Maven

Add the following io.github.softartdev : material-theme-prefs-ios maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.softartdev</groupId>
    <artifactId>material-theme-prefs-ios</artifactId>
    <version>0.3.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.softartdev : material-theme-prefs-ios gradle dependency to your build.gradle file:

implementation 'io.github.softartdev:material-theme-prefs-ios:0.3.7'

Gradle Kotlin DSL: Add the following io.github.softartdev : material-theme-prefs-ios gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.softartdev:material-theme-prefs-ios:0.3.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.softartdev : material-theme-prefs-ios sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.softartdev" % "material-theme-prefs-ios" % "0.3.7"