is not current version
Last Version 2.3.1

de.maxr1998:modernandroidpreferences 2.0

Android Preferences defined through Kotlin DSL, shown in a RecyclerView

GroupId

GroupId

de.maxr1998
ArtifactId

ArtifactId

modernandroidpreferences
Version

Version

2.0
Type

Type

aar

Download modernandroidpreferences 2.0


<!-- https://jarcasting.com/artifacts/de.maxr1998/modernandroidpreferences/ -->
<dependency>
    <groupId>de.maxr1998</groupId>
    <artifactId>modernandroidpreferences</artifactId>
    <version>2.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/de.maxr1998/modernandroidpreferences/
implementation 'de.maxr1998:modernandroidpreferences:2.0'
// https://jarcasting.com/artifacts/de.maxr1998/modernandroidpreferences/
implementation ("de.maxr1998:modernandroidpreferences:2.0")
'de.maxr1998:modernandroidpreferences:aar:2.0'
<dependency org="de.maxr1998" name="modernandroidpreferences" rev="2.0">
  <artifact name="modernandroidpreferences" type="aar" />
</dependency>
@Grapes(
@Grab(group='de.maxr1998', module='modernandroidpreferences', version='2.0')
)
libraryDependencies += "de.maxr1998" % "modernandroidpreferences" % "2.0"
[de.maxr1998/modernandroidpreferences "2.0"]