Download swagger-1.0.2.jar file - Jar s

Jar examples for s:swagger

Description

A swagger handler module that cache the swagger spec and attached context related operation to the request based on uri and method.

You can download jar file swagger 1.0.2 in this page.

License

Mozilla Public License

Build File

You can use the following script to add swagger-1.0.2.jar to your project.

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

Download

Click the following link to download the jar file.

swagger-1.0.2-javadoc.jar
swagger-1.0.2-sources.jar
swagger-1.0.2.jar
swagger-1.0.2.pom



Related Tutorials