Download jaxrs-analyzer-0.16.jar file - Jar j

Jar examples for j:jaxrs-analyzer

Description

Generates REST documentation by analysing JAX-RS projects.

You can download jar file jaxrs-analyzer 0.16 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add jaxrs-analyzer-0.16.jar to your project.

<dependency>
   <groupId>com.sebastian-daschner</groupId>
   <artifactId>jaxrs-analyzer</artifactId>
   <version>0.16</version>
</dependency>
compile group: 'com.sebastian-daschner', name: 'jaxrs-analyzer', version: '0.16'
libraryDependencies += "com.sebastian-daschner" % "jaxrs-analyzer" % "0.16"
<dependency org="com.sebastian-daschner" name="jaxrs-analyzer" rev="0.16"/>
@Grapes(@Grab(group='com.sebastian-daschner', module='jaxrs-analyzer', version='0.16'))
'com.sebastian-daschner:jaxrs-analyzer:jar:0.16'

Download

Click the following link to download the jar file.

jaxrs-analyzer-0.16-javadoc.jar
jaxrs-analyzer-0.16-sources.jar
jaxrs-analyzer-0.16.jar
jaxrs-analyzer-0.16.pom



Related Tutorials