Download mango-annotations-0.3.jar file - Jar m

Jar examples for m:mango-annotations

Description

Annotation processors for DynamicEnums to automatically create boilerplate code.

You can download jar file mango-annotations 0.3 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add mango-annotations-0.3.jar to your project.

<dependency>
   <groupId>com.davidbracewell</groupId>
   <artifactId>mango-annotations</artifactId>
   <version>0.3</version>
</dependency>
compile group: 'com.davidbracewell', name: 'mango-annotations', version: '0.3'
libraryDependencies += "com.davidbracewell" % "mango-annotations" % "0.3"
<dependency org="com.davidbracewell" name="mango-annotations" rev="0.3"/>
@Grapes(@Grab(group='com.davidbracewell', module='mango-annotations', version='0.3'))
'com.davidbracewell:mango-annotations:jar:0.3'

Download

Click the following link to download the jar file.

mango-annotations-0.3-javadoc.jar
mango-annotations-0.3-sources.jar
mango-annotations-0.3.jar
mango-annotations-0.3.pom



Related Tutorials