Download aspectrest-0.1.13.jar file - Jar a

Jar examples for a:aspectrest

Description

Annotation-based Servlet for handling REST APIs

You can download jar file aspectrest 0.1.13 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add aspectrest-0.1.13.jar to your project.

<dependency>
   <groupId>com.dataheaps</groupId>
   <artifactId>aspectrest</artifactId>
   <version>0.1.13</version>
</dependency>
compile group: 'com.dataheaps', name: 'aspectrest', version: '0.1.13'
libraryDependencies += "com.dataheaps" % "aspectrest" % "0.1.13"
<dependency org="com.dataheaps" name="aspectrest" rev="0.1.13"/>
@Grapes(@Grab(group='com.dataheaps', module='aspectrest', version='0.1.13'))
'com.dataheaps:aspectrest:jar:0.1.13'

Download

Click the following link to download the jar file.

aspectrest-0.1.13-javadoc.jar
aspectrest-0.1.13-sources.jar
aspectrest-0.1.13.jar
aspectrest-0.1.13.pom



Related Tutorials