Download japkit-annotations-1.2.0.jar file - Jar j

Jar examples for j:japkit-annotations

Description

Contains the meta annotations that comprise the DSL for writing code templates.

You can download jar file japkit-annotations 1.2.0 in this page.

Build File

You can use the following script to add japkit-annotations-1.2.0.jar to your project.

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

Download

Click the following link to download the jar file.

japkit-annotations-1.2.0-javadoc.jar
japkit-annotations-1.2.0-sources.jar
japkit-annotations-1.2.0.jar
japkit-annotations-1.2.0.pom



Related Tutorials