is not current version
Last Version 0.0.3

com.github.mathiewz:enum-converter 0.0.1

Enables you to get enum instances from fields

GroupId

GroupId

com.github.mathiewz
ArtifactId

ArtifactId

enum-converter
Version

Version

0.0.1
Type

Type

jar

Download enum-converter 0.0.1


<!-- https://jarcasting.com/artifacts/com.github.mathiewz/enum-converter/ -->
<dependency>
    <groupId>com.github.mathiewz</groupId>
    <artifactId>enum-converter</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mathiewz/enum-converter/
implementation 'com.github.mathiewz:enum-converter:0.0.1'
// https://jarcasting.com/artifacts/com.github.mathiewz/enum-converter/
implementation ("com.github.mathiewz:enum-converter:0.0.1")
'com.github.mathiewz:enum-converter:jar:0.0.1'
<dependency org="com.github.mathiewz" name="enum-converter" rev="0.0.1">
  <artifact name="enum-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mathiewz', module='enum-converter', version='0.0.1')
)
libraryDependencies += "com.github.mathiewz" % "enum-converter" % "0.0.1"
[com.github.mathiewz/enum-converter "0.0.1"]