is not current version
Last Version 0.3

com.davidbracewell:mango-annotations 0.2

Annotation processors for DynamicEnums to automatically create boilerplate code.

GroupId

GroupId

com.davidbracewell
ArtifactId

ArtifactId

mango-annotations
Version

Version

0.2
Type

Type

jar

Download mango-annotations 0.2


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