Download swagger-springmvc-0.8.2.jar file

Introduction

You can download swagger-springmvc-0.8.2.jar in this page.

License

Apache License 2.0

Type List

swagger-springmvc-0.8.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.mangofactory/swagger-springmvc/pom.properties
META-INF/maven/com.mangofactory/swagger-springmvc/pom.xml
com.mangofactory.swagger.ScalaUtils.class
com.mangofactory.swagger.annotations.ApiIgnore.class
com.mangofactory.swagger.authorization.AuthorizationContext.class
com.mangofactory.swagger.configuration.JacksonScalaSupport.class
com.mangofactory.swagger.configuration.SpringSwaggerConfig.class
com.mangofactory.swagger.configuration.SpringSwaggerModelConfig.class
com.mangofactory.swagger.configuration.SwaggerApiListingJsonSerializer.class
com.mangofactory.swagger.configuration.SwaggerGlobalSettings.class
com.mangofactory.swagger.configuration.SwaggerResourceListingJsonSerializer.class
com.mangofactory.swagger.controllers.DefaultSwaggerController.class
com.mangofactory.swagger.core.ClassOrApiAnnotationResourceGrouping.class
com.mangofactory.swagger.core.CommandContext.class
com.mangofactory.swagger.core.CommandExecutor.class
com.mangofactory.swagger.core.ControllerNamingUtils.class
com.mangofactory.swagger.core.DefaultSwaggerPathProvider.class
com.mangofactory.swagger.core.ModelUtils.class
com.mangofactory.swagger.core.ResourceGroupingStrategy.class
com.mangofactory.swagger.core.SwaggerApiResourceListing.class
com.mangofactory.swagger.core.SwaggerCache.class
com.mangofactory.swagger.core.SwaggerPathProvider.class
com.mangofactory.swagger.readers.ApiDescriptionReader.class
com.mangofactory.swagger.readers.ApiModelReader.class
com.mangofactory.swagger.readers.ApiOperationReader.class
com.mangofactory.swagger.readers.Command.class
com.mangofactory.swagger.readers.MediaTypeReader.class
com.mangofactory.swagger.readers.operation.OperationAuthReader.class
com.mangofactory.swagger.readers.operation.OperationDeprecatedReader.class
com.mangofactory.swagger.readers.operation.OperationHttpMethodReader.class
com.mangofactory.swagger.readers.operation.OperationNicknameReader.class
com.mangofactory.swagger.readers.operation.OperationNotesReader.class
com.mangofactory.swagger.readers.operation.OperationParameterReader.class
com.mangofactory.swagger.readers.operation.OperationPositionReader.class
com.mangofactory.swagger.readers.operation.OperationResponseClassReader.class
com.mangofactory.swagger.readers.operation.OperationResponseMessageReader.class
com.mangofactory.swagger.readers.operation.OperationSummaryReader.class
com.mangofactory.swagger.readers.operation.parameter.ParameterAccessReader.class
com.mangofactory.swagger.readers.operation.parameter.ParameterAllowableReader.class
com.mangofactory.swagger.readers.operation.parameter.ParameterDataTypeReader.class
com.mangofactory.swagger.readers.operation.parameter.ParameterDefaultReader.class
com.mangofactory.swagger.readers.operation.parameter.ParameterDescriptionReader.class
com.mangofactory.swagger.readers.operation.parameter.ParameterMultiplesReader.class
com.mangofactory.swagger.readers.operation.parameter.ParameterNameReader.class
com.mangofactory.swagger.readers.operation.parameter.ParameterRequiredReader.class
com.mangofactory.swagger.readers.operation.parameter.ParameterTypeReader.class
com.mangofactory.swagger.scanners.AntRequestMappingPatternMatcher.class
com.mangofactory.swagger.scanners.ApiListingReferenceScanner.class
com.mangofactory.swagger.scanners.ApiListingScanner.class
com.mangofactory.swagger.scanners.RegexRequestMappingPatternMatcher.class
com.mangofactory.swagger.scanners.RequestMappingContext.class
com.mangofactory.swagger.scanners.RequestMappingPatternMatcher.class

Pom

swagger-springmvc-0.8.2.pom file content.

<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>org.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>7</version>
  </parent>
  <properties>
    <swagger.version>1.3.2</swagger.version>
    <spring.version>3.2.4.RELEASE</spring.version>
    <scala-lib.version>2.10.0</scala-lib.version>
    <spock.version>0.7-groovy-2.0</spock.version>
    <groovy.version>2.1.9</groovy.version>
    <checkstyle.file>checkstyle.xml</checkstyle.file>
    <jackson.version>2.1.5</jackson.version>
    <powermock.version>1.5.1</powermock.version>
    <guava.version>15.0</guava.version>
    <spring-hateoas.version>0.8.0.RELEASE</spring-hateoas.version>
    <slf4j-api.version>1.7.5</slf4j-api.version>
    <github.host>me-github</github.host>
  </properties>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.mangofactory</groupId>
  <artifactId>swagger-springmvc</artifactId>
  <version>0.8.2</version>
  <name>Swagger SpringMVC</name>
  <url>https://github.com/martypitt/swagger-springmvc</url>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <description>Provides integration for SpringMVC @Controller's as endpoints for Swagger.</description>
  <inceptionYear>May 2012</inceptionYear>
  <organization>
    <name>The Mango Factory</name>
  </organization>
  <scm>
    <url>scm:git:git@github.com:martypitt/swagger-springmvc.git</url>
    <connection>scm:git:git@github.com:martypitt/swagger-springmvc.git</connection>
    <developerConnection>scm:git:git@github.com:martypitt/swagger-springmvc.git</developerConnection>
    <tag>swagger-springmvc-0.8.0</tag>
  </scm>
  <issueManagement>
    <system>Github</system>
    <url>https://github.com/martypitt/swagger-springmvc/issues</url>
  </issueManagement>
  <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>adriankelly</id>
      <name>Adrian Kelly</name>
      <organization>DiUS Computing</organization>
      <email>adrianbkelly+swagger@gmail.com</email>
    </developer>
  </developers>
  <profiles>
    <profile>
      <!--mvn -DperformRelease=true-->
      <id>release-sign-artifacts</id>
      <activation>
        <property>
          <name>performRelease</name>
          <value>true</value>
        </property>
      </activation>
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-gpg-plugin</artifactId>
            <version>1.4</version>
            <executions>
              <execution>
                <id>sign-artifacts</id>
                <phase>verify</phase>
                <goals>
                  <goal>sign</goal>
                </goals>
              </execution>
            </executions>
          </plugin>
        </plugins>
      </build>
    </profile>
  </profiles>
  <repositories>
    <repository>
      <id>sonatype</id>
      <name>Sonatype</name>
      <url>https://oss.sonatype.org/</url>
    </repository>
  </repositories>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.google.guava</groupId>
        <artifactId>guava</artifactId>
        <version>${guava.version}</version>
      </dependency>
      <dependency>
        <groupId>org.scala-lang</groupId>
        <artifactId>scala-library</artifactId>
        <version>${scala-lib.version}</version>
      </dependency>
      <dependency>
        <groupId>org.springframework.hateoas</groupId>
        <artifactId>spring-hateoas</artifactId>
        <version>${spring-hateoas.version}</version>
      </dependency>
      <!-- Conflicting dependencies withing swagger-core dependencies -->
      <dependency>
        <groupId>com.fasterxml.jackson.core</groupId>
        <artifactId>jackson-databind</artifactId>
        <version>${jackson.version}</version>
      </dependency>
      <dependency>
        <groupId>com.fasterxml.jackson.core</groupId>
        <artifactId>jackson-core</artifactId>
        <version>${jackson.version}</version>
      </dependency>
      <dependency>
        <groupId>com.fasterxml.jackson.core</groupId>
        <artifactId>jackson-annotations</artifactId>
        <version>${jackson.version}</version>
      </dependency>
      <dependency>
        <groupId>commons-lang</groupId>
        <artifactId>commons-lang</artifactId>
        <version>2.6</version>
      </dependency>
      <dependency>
        <groupId>com.thoughtworks.paranamer</groupId>
        <artifactId>paranamer</artifactId>
        <version>2.6</version>
      </dependency>
      <dependency>
        <groupId>org.slf4j</groupId>
        <artifactId>slf4j-api</artifactId>
        <version>${slf4j-api.version}</version>
      </dependency>
      <!-- EO Conflicting dependencies withing swagger-core dependencies -->

      <dependency>
        <groupId>org.codehaus.groovy</groupId>
        <artifactId>groovy-all</artifactId>
        <version>${groovy.version}</version>
        <scope>test</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <distributionManagement>
    <snapshotRepository>
      <id>sonatype-snapshot</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    </snapshotRepository>
    <repository>
      <id>sonatype-release</id>
      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
    </repository>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>com.wordnik</groupId>
      <artifactId>swagger-core_2.10</artifactId>
      <version>${swagger.version}</version>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-webmvc</artifactId>
      <version>${spring.version}</version>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-web</artifactId>
      <version>${spring.version}</version>
    </dependency>
    <dependency>
      <groupId>cglib</groupId>
      <artifactId>cglib</artifactId>
      <version>2.2</version>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>${guava.version}</version>
    </dependency>
    <!-- Runtime dependencies -->
    <dependency>
      <groupId>org.scala-lang</groupId>
      <artifactId>scala-library</artifactId>
      <version>${scala-lib.version}</version>
      <scope>provided</scope>
    </dependency>
    <!-- Test dependencies -->
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-test</artifactId>
      <version>${spring.version}</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-all</artifactId>
      <version>1.9.5</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.jayway.jsonpath</groupId>
      <artifactId>json-path</artifactId>
      <version>0.8.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml</groupId>
      <artifactId>classmate</artifactId>
      <version>0.9.0</version>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-all</artifactId>
      <version>1.3</version>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.5</version>
      <scope>provided</scope>
    </dependency>

    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>${slf4j-api.version}</version>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>org.spockframework</groupId>
      <artifactId>spock-core</artifactId>
      <version>${spock.version}</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <groupId>junit</groupId>
          <artifactId>junit-dep</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.hamcrest</groupId>
          <artifactId>hamcrest-core</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <!--http://www.petrikainulainen.net/programming/maven/creating-code-coverage-reports-for-unit-and-integration-tests-with-the-jacoco-maven-plugin/-->
      <plugin>
        <groupId>org.jacoco</groupId>
        <artifactId>jacoco-maven-plugin</artifactId>
        <version>0.6.3.201306030806</version>
        <configuration>
          <excludes>
            <exclude>**/com/mangofactory/swagger/configuration/**SpringSwaggerConfig.*</exclude>
          </excludes>
          <rules>
            <rule>
              <element>BUNDLE</element>
              <limits>
                <limit>
                  <counter>COMPLEXITY</counter>
                  <value>COVEREDRATIO</value>
                  <minimum>0.79</minimum>
                </limit>
                <limit>
                  <counter>CLASS</counter>
                  <value>MISSEDCOUNT</value>
                  <maximum>0</maximum>
                </limit>
              </limits>
            </rule>
            <rule>
              <element>CLASS</element>
              <limits>
                <limit>
                  <counter>LINE</counter>
                  <value>COVEREDRATIO</value>
                  <minimum>0.80</minimum>
                </limit>
              </limits>
            </rule>
          </rules>
        </configuration>

        <executions>
          <execution>
            <id>default-prepare-agent</id>
            <goals>
              <goal>prepare-agent</goal>
            </goals>
          </execution>
          <execution>
            <id>default-report</id>
            <phase>prepare-package</phase>
            <goals>
              <goal>report</goal>
            </goals>
          </execution>
          <execution>
            <id>default-check</id>
            <goals>
              <goal>check</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-enforcer-plugin</artifactId>
        <version>1.3</version>
        <configuration>
          <rules>
            <DependencyConvergence>
              <uniqueVersions>true</uniqueVersions>
            </DependencyConvergence>
          </rules>
        </configuration>
        <executions>
          <execution>
            <id>enforce</id>
            <phase>test</phase>
            <goals>
              <goal>enforce</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.codehaus.gmaven</groupId>
        <artifactId>gmaven-plugin</artifactId>
        <version>1.3</version>
        <dependencies>
          <dependency>
            <groupId>org.codehaus.groovy</groupId>
            <artifactId>groovy-all</artifactId>
            <version>${groovy.version}</version>
          </dependency>
          <dependency>
            <groupId>org.codehaus.gmaven.runtime</groupId>
            <artifactId>gmaven-runtime-1.7</artifactId>
            <version>1.3</version>
            <exclusions>
              <exclusion>
                <groupId>org.codehaus.groovy</groupId>
                <artifactId>groovy-all</artifactId>
              </exclusion>
            </exclusions>
          </dependency>
        </dependencies>
        <executions>
          <execution>
            <configuration>
              <providerSelection>1.7</providerSelection>
            </configuration>
            <goals>
              <!--<goal>generateStubs</goal>-->
              <goal>compile</goal>
              <!--<goal>generateTestStubs</goal>-->
              <goal>testCompile</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.0</version>
        <configuration>
          <source>1.6</source>
          <target>1.6</target>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>
        <version>2.2.1</version>
        <executions>
          <execution>
            <id>attach-sources</id>
            <goals>
              <goal>jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <version>2.9</version>
        <executions>
          <execution>
            <id>attach-javadocs</id>
            <goals>
              <goal>jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-checkstyle-plugin</artifactId>
        <version>2.10</version>
        <configuration>
          <configLocation>${checkstyle.file}</configLocation>
          <failsOnError>true</failsOnError>
          <failOnViolation>true</failOnViolation>
          <consoleOutput>true</consoleOutput>
          <logViolationsToConsole>true</logViolationsToConsole>
          <linkXRef>false</linkXRef>
        </configuration>
        <executions>
          <execution>
            <goals>
              <goal>checkstyle</goal>
            </goals>
            <phase>test</phase>
          </execution>
        </executions>
      </plugin>

      <plugin>
        <artifactId>maven-surefire-plugin</artifactId>
        <version>2.16</version>
        <configuration>
          <includes>
            <include>%regex[.*Spec.*]</include>
            <include>%regex[.*Test.*]</include>
            <include>%regex[.*test.*]</include>
            <include>%regex[.*spec.*]</include>
          </includes>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <reporting>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>findbugs-maven-plugin</artifactId>
        <version>2.5.2</version>
      </plugin>
    </plugins>
  </reporting>
</project>

POM Entry

<dependency>
   <groupId>com.mangofactory</groupId>
   <artifactId>swagger-springmvc</artifactId>
   <version>0.8.2</version>
</dependency>

Download

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



Download swagger-springmvc-0.8.2.jar file




PreviousNext

Related