Please check out 2.0 wiki at 
https://github.com/swagger-api/swagger-core/wiki/Swagger-2.X---Getting-started, 
as providing integration options details along with samples.

On Friday, 4 May 2018 06:16:33 UTC+2, kaushal Shah wrote:
>
> I want to integrate Swagger with into my current maven project. My project 
> has multiple modules(multiple web.xml)
> I have added dependency in Parent pom.xml . 
> What is a next step.
> Are there any changes required in web.xml. I have added below dependencies 
> in parent pom.
>
>
>  <dependency>
>
>   <groupId>io.swagger</groupId>
>   <artifactId>swagger-jaxrs</artifactId>
>   <version>1.0</version>
> </dependency>
> <dependency>
>   <groupId>io.swagger</groupId>
>   <artifactId>swagger-jersey2-jaxrs</artifactId>
>   <version>2.0</version>
> </dependency>
> <dependency>
>   <groupId>io.swagger.core.v3</groupId>
>   <artifactId>swagger-jaxrs2</artifactId>
>   <version>2.0.0</version>
> </dependency>
> <dependency>
>   <groupId>io.swagger.core.v3</groupId>
>   <artifactId>swagger-jaxrs2-servlet-initializer</artifactId>
>   <version>2.0.0</version>
> </dependency>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to swagger-swaggersocket+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to