Download jaxrs-analyzer-0.15.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.15 in this page.

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials