wkennedy / swagger4spring-web

Swagger support for Spring MVC
89 stars 46 forks source link

Snapshot repository available? #51

Closed drm4652 closed 10 years ago

drm4652 commented 10 years ago

Wondering if there was a snapshot repository for this project as it would be great to use RestController support

wkennedy commented 10 years ago

Hi there,

0.3.3 is currently in the snapshot repository. You can add this to your pom file:

 <repository>
     <id>snapshots-repo</id>
     <url>https://oss.sonatype.org/content/repositories/snapshots</url>
     <releases><enabled>false</enabled></releases>
     <snapshots><enabled>true</enabled></snapshots>
  </repository>