Download st-codegen-annotations-2.0.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 2.0 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials