License |
License |
---|---|
GroupId | GroupIdio.github.isharipov |
ArtifactId | ArtifactIdenum-enhancer |
Version | Version0.1 |
Type | Typejar |
Description |
DescriptionEnum Enhancer
Library to provide helper methods for Java enums using Annotation processing
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
enum-enhancer-0.1.pom | |
enum-enhancer-0.1.jar | 10 KB |
enum-enhancer-0.1-sources.jar | 6 KB |
enum-enhancer-0.1-javadoc.jar | 419 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
com.google.testing.compile : compile-testing | jar | 0.18 |