| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesAuto Application Layer Libs Code Generators | 
        
| GroupId | GroupIdio.github.rus1f1kat0r | 
    
| ArtifactId | ArtifactIdauto-enum-extension | 
    
| Last Version | Last Version0.0.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionAuto enum extension processor 
            Auto enum extension processor that will generate enum for you 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/io.github.rus1f1kat0r/auto-enum-extension/ -->
<dependency>
    <groupId>io.github.rus1f1kat0r</groupId>
    <artifactId>auto-enum-extension</artifactId>
    <version>0.0.2</version>
</dependency>
                // https://jarcasting.com/artifacts/io.github.rus1f1kat0r/auto-enum-extension/
implementation 'io.github.rus1f1kat0r:auto-enum-extension:0.0.2'
                // https://jarcasting.com/artifacts/io.github.rus1f1kat0r/auto-enum-extension/
implementation ("io.github.rus1f1kat0r:auto-enum-extension:0.0.2")
                'io.github.rus1f1kat0r:auto-enum-extension:jar:0.0.2'
                <dependency org="io.github.rus1f1kat0r" name="auto-enum-extension" rev="0.0.2">
  <artifact name="auto-enum-extension" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.github.rus1f1kat0r', module='auto-enum-extension', version='0.0.2')
)
                libraryDependencies += "io.github.rus1f1kat0r" % "auto-enum-extension" % "0.0.2"
                [io.github.rus1f1kat0r/auto-enum-extension "0.0.2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| io.github.rus1f1kat0r : auto-enum-extension-annotation | jar | 0.0.2 | 
| com.google.auto.service : auto-service | jar | 1.0-rc2 | 
| com.squareup : javapoet | jar | 1.0.0 |