You can download swagger-annotations-1.3.11.jar in this page.
Open Source
swagger-annotations-1.3.11.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.wordnik/swagger-annotations/pom.properties META-INF/maven/com.wordnik/swagger-annotations/pom.xml com.wordnik.swagger.annotations.Api.class com.wordnik.swagger.annotations.ApiImplicitParam.class com.wordnik.swagger.annotations.ApiImplicitParams.class com.wordnik.swagger.annotations.ApiModel.class com.wordnik.swagger.annotations.ApiModelProperty.class com.wordnik.swagger.annotations.ApiOperation.class com.wordnik.swagger.annotations.ApiParam.class com.wordnik.swagger.annotations.ApiResponse.class com.wordnik.swagger.annotations.ApiResponses.class com.wordnik.swagger.annotations.Authorization.class com.wordnik.swagger.annotations.AuthorizationScope.class
swagger-annotations-1.3.11.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>com.wordnik</groupId> <artifactId>swagger-project_2.11</artifactId> <version>1.3.11</version> <relativePath>../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>com.wordnik</groupId> <artifactId>swagger-annotations</artifactId> <version>1.3.11</version> <packaging>bundle</packaging> <name>swagger-annotations</name> <build> <sourceDirectory>src/main/java</sourceDirectory> <defaultGoal>install</defaultGoal> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> <configuration> <instructions> <Export-Package>com.wordnik.swagger.annotations</Export-Package> </instructions> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>com.wordnik</groupId> <artifactId>swagger-annotations</artifactId> <version>1.3.11</version> </dependency>
If you think the following swagger-annotations-1.3.11.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download swagger-annotations-1.3.11.jar file