is not current version
Last Version 2.13.2

com.chibatching.kotpref:enum-support 2.12.0

Saving enum value to KotprefModel as String

GroupId

GroupId

com.chibatching.kotpref
ArtifactId

ArtifactId

enum-support
Version

Version

2.12.0
Type

Type

aar

Download enum-support 2.12.0


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