Download swagger-annotations-1.3.5.jar file

Introduction

You can download swagger-annotations-1.3.5.jar in this page.

License

Open Source

Type List

swagger-annotations-1.3.5.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

Pom

swagger-annotations-1.3.5.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.10</artifactId>
    <version>1.3.5</version>
    <relativePath>../..</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.wordnik</groupId>
  <artifactId>swagger-annotations</artifactId>
  <version>1.3.5</version>
  <packaging>jar</packaging>
  <name>swagger-annotations</name>

  <build>
    <sourceDirectory>src/main/java</sourceDirectory>
    <defaultGoal>install</defaultGoal>
  </build>
</project>

POM Entry

<dependency>
   <groupId>com.wordnik</groupId>
   <artifactId>swagger-annotations</artifactId>
   <version>1.3.5</version>
</dependency>

Download

If you think the following swagger-annotations-1.3.5.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.5.jar file




PreviousNext

Related