Download swagger-annotations-1.5.0.jar file

Introduction

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

License

Open Source

Type List

swagger-annotations-1.5.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.swagger/swagger-annotations/pom.properties
META-INF/maven/io.swagger/swagger-annotations/pom.xml
io.swagger.annotations.Api.class
io.swagger.annotations.ApiImplicitParam.class
io.swagger.annotations.ApiImplicitParams.class
io.swagger.annotations.ApiModel.class
io.swagger.annotations.ApiModelProperty.class
io.swagger.annotations.ApiOperation.class
io.swagger.annotations.ApiParam.class
io.swagger.annotations.ApiResponse.class
io.swagger.annotations.ApiResponses.class
io.swagger.annotations.Authorization.class
io.swagger.annotations.AuthorizationScope.class
io.swagger.annotations.Contact.class
io.swagger.annotations.Extension.class
io.swagger.annotations.ExtensionProperty.class
io.swagger.annotations.ExternalDocs.class
io.swagger.annotations.Info.class
io.swagger.annotations.License.class
io.swagger.annotations.ResponseHeader.class
io.swagger.annotations.SwaggerDefinition.class
io.swagger.annotations.Tag.class

Pom

swagger-annotations-1.5.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <groupId>io.swagger</groupId>
        <artifactId>swagger-project</artifactId>
        <version>1.5.0</version>
        <relativePath>../..</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>io.swagger</groupId>
    <artifactId>swagger-annotations</artifactId>
    <version>1.5.0</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>io.swagger.annotations</Export-Package>
                    </instructions>
                </configuration>
            </plugin>
        </plugins>

    </build>
</project>

POM Entry

<dependency>
   <groupId>io.swagger</groupId>
   <artifactId>swagger-annotations</artifactId>
   <version>1.5.0</version>
</dependency>

Download

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




PreviousNext

Related