com.github.mathiewz :: enum-converter

Enables you to get enum instances from fields

License

License

GroupId

GroupId

com.github.mathiewz
ArtifactId

ArtifactId

enum-converter
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.mathiewz :: enum-converter
Enables you to get enum instances from fields
Project URL

Project URL

https://github.com/mathiewz/simple_blockchain
Source Code Management

Source Code Management

https://github.com/mathiewz/enum_converter

Download enum-converter

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.0.2
org.junit.jupiter : junit-jupiter-params jar 5.0.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.1