MVN

info.metadude.android : typed-preferences

Maven & Gradle

Dec 10, 2015
2 usages
187 stars

Typed Preferences · Preference wrappers for primitive types

<dependency>
    <groupId>info.metadude.android</groupId>
    <artifactId>typed-preferences</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.metadude.android : typed-preferences to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of info.metadude.android : typed-preferences to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
typed-preferences-2.1.0
2.0.x
typed-preferences-2.0.0
1.1.x
typed-preferences-1.1.1
typed-preferences-1.1.0
1.0.x
typed-preferences-1.0.1
typed-preferences-1.0.0

How to add a dependency to Maven

Add the following info.metadude.android : typed-preferences maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.metadude.android</groupId>
    <artifactId>typed-preferences</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.metadude.android : typed-preferences gradle dependency to your build.gradle file:

implementation 'info.metadude.android:typed-preferences:2.1.0'

Gradle Kotlin DSL: Add the following info.metadude.android : typed-preferences gradle kotlin dependency to your build.gradle.kts file:

implementation("info.metadude.android:typed-preferences:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.metadude.android : typed-preferences sbt scala dependency to your build.sbt file:

libraryDependencies += "info.metadude.android" % "typed-preferences" % "2.1.0"

Advertisement