Download japkit-annotation-processor-1.4.0.jar file - Jar j

Jar examples for j:japkit-annotation-processor

Description

Contains the generic annotation processor that is driven by code templates with meta-annotations from japkit-annotations.

You can download jar file japkit-annotation-processor 1.4.0 in this page.

Build File

You can use the following script to add japkit-annotation-processor-1.4.0.jar to your project.

<dependency>
   <groupId>com.github.stefanocke.japkit</groupId>
   <artifactId>japkit-annotation-processor</artifactId>
   <version>1.4.0</version>
</dependency>
compile group: 'com.github.stefanocke.japkit', name: 'japkit-annotation-processor', version: '1.4.0'
libraryDependencies += "com.github.stefanocke.japkit" % "japkit-annotation-processor" % "1.4.0"
<dependency org="com.github.stefanocke.japkit" name="japkit-annotation-processor" rev="1.4.0"/>
@Grapes(@Grab(group='com.github.stefanocke.japkit', module='japkit-annotation-processor', version='1.4.0'))
'com.github.stefanocke.japkit:japkit-annotation-processor:jar:1.4.0'

Download

Click the following link to download the jar file.

japkit-annotation-processor-1.4.0-javadoc.jar
japkit-annotation-processor-1.4.0-sources.jar
japkit-annotation-processor-1.4.0.jar
japkit-annotation-processor-1.4.0.pom



Related Tutorials