Download japkit-annotation-processor-1.15.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.15 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials