Download japkit-annotations-1.12.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.12 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials