MVN

com.chibatching : kotpref

Maven & Gradle

Jan 29, 2022
695 stars

Kotpref · Android SharedPreference delegation for Kotlin

<dependency>
    <groupId>com.chibatching</groupId>
    <artifactId>kotpref</artifactId>
    <version>preference-screen-dsl</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.chibatching : kotpref to add to Maven or Gradle - Latest Versions:

  • Latest Stable: livedata-support

All Versions

Choose a version of com.chibatching : kotpref to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
kotpref-1.6.0
1.5.x
kotpref-1.5.0
1.4.x
kotpref-1.4.0
1.3.x
kotpref-1.3.1
kotpref-1.3.0
1.2.x
kotpref-1.2.0
1.1.x
kotpref-1.1.0
1.0.x
kotpref-1.0.1
kotpref-1.0.0
0.10.x
kotpref-0.10.0
0.9.x
kotpref-0.9.0
0.8.x
kotpref-0.8.0
0.7.x
kotpref-0.7.0
0.6.x
kotpref-0.6.0
0.5.x
kotpref-0.5.0
0.4.x
kotpref-0.4.1
kotpref-0.4.0
0.3.x
kotpref-0.3.1
kotpref-0.3.0
0.2.x
kotpref-0.2.0
0.1.x
kotpref-0.1.0
preference
kotpref-preference-screen-dsl
livedata
kotpref-livedata-support
kotpref
kotpref-kotpref
initializer
kotpref-initializer
gson
kotpref-gson-support
enum
kotpref-enum-support
0.0.x
kotpref-0.0.1

How to add a dependency to Maven

Add the following com.chibatching : kotpref maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.chibatching</groupId>
    <artifactId>kotpref</artifactId>
    <version>preference-screen-dsl</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.chibatching : kotpref gradle dependency to your build.gradle file:

implementation 'com.chibatching:kotpref:preference-screen-dsl'

Gradle Kotlin DSL: Add the following com.chibatching : kotpref gradle kotlin dependency to your build.gradle.kts file:

implementation("com.chibatching:kotpref:preference-screen-dsl")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.chibatching : kotpref sbt scala dependency to your build.sbt file:

libraryDependencies += "com.chibatching" % "kotpref" % "preference-screen-dsl"