Download st-codegen-annotations-0.12.jar file - Jar s

Jar examples for s:st-codegen-annotations

Description

this module contains the definition of available custom annotations for code generation of the service controllers

You can download jar file st-codegen-annotations 0.12 in this page.

Build File

You can use the following script to add st-codegen-annotations-0.12.jar to your project.

<dependency>
   <groupId>it.uniroma2.art.semanticturkey</groupId>
   <artifactId>st-codegen-annotations</artifactId>
   <version>0.12</version>
</dependency>
compile group: 'it.uniroma2.art.semanticturkey', name: 'st-codegen-annotations', version: '0.12'
libraryDependencies += "it.uniroma2.art.semanticturkey" % "st-codegen-annotations" % "0.12"
<dependency org="it.uniroma2.art.semanticturkey" name="st-codegen-annotations" rev="0.12"/>
@Grapes(@Grab(group='it.uniroma2.art.semanticturkey', module='st-codegen-annotations', version='0.12'))
'it.uniroma2.art.semanticturkey:st-codegen-annotations:jar:0.12'

Download

Click the following link to download the jar file.

st-codegen-annotations-0.12-javadoc.jar
st-codegen-annotations-0.12-sources.jar
st-codegen-annotations-0.12.jar
st-codegen-annotations-0.12.pom



Related Tutorials