Last Version

Enum Enhancer 0.1

Library to provide helper methods for Java enums using Annotation processing

License

License

GroupId

GroupId

io.github.isharipov
ArtifactId

ArtifactId

enum-enhancer
Version

Version

0.1
Type

Type

jar
Description

Description

Enum Enhancer
Library to provide helper methods for Java enums using Annotation processing
Project URL

Project URL

https://github.com/iSharipov/enum-enhancer
Source Code Management

Source Code Management

https://github.com/iSharipov/enum-enhancer

Download enum-enhancer 0.1


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

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.13
com.google.testing.compile : compile-testing jar 0.18

Project Modules

There are no modules declared in this project.