Download springfox-swagger2-2.7.0.jar file

Introduction

You can download springfox-swagger2-2.7.0.jar in this page.

License

The Apache Software License, Version 2.0

Type List

springfox-swagger2-2.7.0.jar file has the following types.

META-INF/MANIFEST.MF
springfox.documentation.swagger2.annotations.EnableSwagger2.class
springfox.documentation.swagger2.configuration.Swagger2DocumentationConfiguration.class
springfox.documentation.swagger2.configuration.Swagger2JacksonModule.class
springfox.documentation.swagger2.mappers.ApiKeyAuthFactory.class
springfox.documentation.swagger2.mappers.BasicAuthFactory.class
springfox.documentation.swagger2.mappers.EnumMapper.class
springfox.documentation.swagger2.mappers.LicenseMapper.class
springfox.documentation.swagger2.mappers.LicenseMapperImpl.class
springfox.documentation.swagger2.mappers.ModelMapper.class
springfox.documentation.swagger2.mappers.ModelMapperImpl.class
springfox.documentation.swagger2.mappers.OAuth2AuthFactory.class
springfox.documentation.swagger2.mappers.ParameterMapper.class
springfox.documentation.swagger2.mappers.ParameterMapperImpl.class
springfox.documentation.swagger2.mappers.Properties.class
springfox.documentation.swagger2.mappers.SecurityMapper.class
springfox.documentation.swagger2.mappers.SecurityMapperImpl.class
springfox.documentation.swagger2.mappers.SecuritySchemeFactory.class
springfox.documentation.swagger2.mappers.SerializableParameterFactories.class
springfox.documentation.swagger2.mappers.SerializableParameterFactory.class
springfox.documentation.swagger2.mappers.ServiceModelToSwagger2Mapper.class
springfox.documentation.swagger2.mappers.ServiceModelToSwagger2MapperImpl.class
springfox.documentation.swagger2.mappers.VendorExtensionsMapper.class
springfox.documentation.swagger2.mappers.VendorExtensionsMapperImpl.class
springfox.documentation.swagger2.web.HostNameProvider.class
springfox.documentation.swagger2.web.Swagger2Controller.class

Pom

springfox-swagger2-2.7.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project 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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.springfox</groupId>
  <artifactId>springfox-swagger2</artifactId>
  <version>2.7.0</version>
  <dependencies>
    <dependency>
      <groupId>io.swagger</groupId>
      <artifactId>swagger-annotations</artifactId>
      <version>1.5.13</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.swagger</groupId>
      <artifactId>swagger-models</artifactId>
      <version>1.5.13</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.springfox</groupId>
      <artifactId>springfox-spi</artifactId>
      <version>2.7.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.springfox</groupId>
      <artifactId>springfox-schema</artifactId>
      <version>2.7.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.springfox</groupId>
      <artifactId>springfox-swagger-common</artifactId>
      <version>2.7.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.springfox</groupId>
      <artifactId>springfox-spring-web</artifactId>
      <version>2.7.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>18.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml</groupId>
      <artifactId>classmate</artifactId>
      <version>1.3.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.24</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.plugin</groupId>
      <artifactId>spring-plugin-core</artifactId>
      <version>1.2.0.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.plugin</groupId>
      <artifactId>spring-plugin-metadata</artifactId>
      <version>1.2.0.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.mapstruct</groupId>
      <artifactId>mapstruct</artifactId>
      <version>1.1.0.Final</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-core</artifactId>
      <version>4.3.8.RELEASE</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-web</artifactId>
      <version>4.3.8.RELEASE</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-webmvc</artifactId>
      <version>4.3.8.RELEASE</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context</artifactId>
      <version>4.3.8.RELEASE</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>javax.servlet-api</artifactId>
      <version>3.1.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-core</artifactId>
      <version>2.8.7</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.8.7</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>joda-time</groupId>
      <artifactId>joda-time</artifactId>
      <version>2.9.9</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  <name>springfox-swagger2</name>
  <url>https://github.com/springfox/springfox</url>
  <description>JSON API documentation for spring based applications</description>
  <scm>
    <url>scm:git:git@github.com:springfox/springfox.git</url>
    <connection>scm:git:git@github.com:springfox/springfox.git</connection>
    <developerConnection>scm:git:git@github.com:springfox/springfox.git</developerConnection>
  </scm>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>martypitt@me.com</id>
      <name>Marty Pitt</name>
      <organization>The Mango Factory</organization>
      <email>martypitt@me.com</email>
    </developer>
    <developer>
      <id>dilipkrish</id>
      <name>Dilip Krishnan</name>
      <organization>The Container Store</organization>
      <email>dilipkrish_subscriptions@yahoo.com</email>
    </developer>
    <developer>
      <id>adrianbk</id>
      <name>Adrian Kelly</name>
      <organization>DiUS Computing</organization>
      <email>adrianbkelly+swagger@gmail.com</email>
    </developer>
  </developers>
</project>

POM Entry

<dependency>
   <groupId>io.springfox</groupId>
   <artifactId>springfox-swagger2</artifactId>
   <version>2.7.0</version>
</dependency>

Download

If you think the following springfox-swagger2-2.7.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download springfox-swagger2-2.7.0.jar file




PreviousNext

Related