Download mango-annotations-0.1.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.1 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials