Download swagger-jersey-jaxrs_2.10-1.3.12.jar file

Introduction

You can download swagger-jersey-jaxrs_2.10-1.3.12.jar in this page.

License

Open Source

Type List

swagger-jersey-jaxrs_2.10-1.3.12.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.wordnik/swagger-jersey-jaxrs_2.10/pom.properties
META-INF/maven/com.wordnik/swagger-jersey-jaxrs_2.10/pom.xml
com.wordnik.swagger.jersey.JerseyApiReader.class
com.wordnik.swagger.jersey.config.JerseyJaxrsConfig.class
com.wordnik.swagger.jersey.listing.ApiListingCache.class
com.wordnik.swagger.jersey.listing.ApiListingResource.class
com.wordnik.swagger.jersey.listing.ApiListingResourceJSON.class
com.wordnik.swagger.jersey.listing.JerseyApiDeclarationProvider.class
com.wordnik.swagger.jersey.listing.JerseyResourceListingProvider.class

Pom

swagger-jersey-jaxrs_2.10-1.3.12.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/maven-v4_0_0.xsd">
  <parent>
    <groupId>com.wordnik</groupId>
    <artifactId>swagger-project_2.10</artifactId>
    <version>1.3.12</version>
    <relativePath>../..</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.wordnik</groupId>
  <artifactId>swagger-jersey-jaxrs_2.10</artifactId>
  <packaging>jar</packaging>
  <version>1.3.12</version>
  <name>swagger-jersey-jaxrs</name>
  <build>
    <defaultGoal>install</defaultGoal>
    <resources>
      <resource>
        <directory>src/main/resources</directory>
        <excludes>
          <exclude>logback.xml</exclude>
        </excludes>
      </resource>
    </resources>
    <testResources>
      <testResource>
        <directory>src/test/resources</directory>
      </testResource>
    </testResources>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.scalatest</groupId>
      <artifactId>scalatest_2.10</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.wordnik</groupId>
      <artifactId>swagger-jaxrs_2.10</artifactId>
      <version>${project.parent.version}</version>
    </dependency>
    <dependency>
      <groupId>com.sun.jersey.contribs</groupId>
      <artifactId>jersey-multipart</artifactId>
      <version>${jersey-version}</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.jersey</groupId>
      <artifactId>jersey-servlet</artifactId>
      <version>${jersey-version}</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.jersey</groupId>
      <artifactId>jersey-client</artifactId>
      <version>${jersey-version}</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.jersey</groupId>
      <artifactId>jersey-core</artifactId>
      <version>${jersey-version}</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.jersey</groupId>
      <artifactId>jersey-server</artifactId>
      <version>${jersey-version}</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.wordnik</groupId>
   <artifactId>swagger-jersey-jaxrs_2.10</artifactId>
   <version>1.3.12</version>
</dependency>

Download

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



Download swagger-jersey-jaxrs_2.10-1.3.12.jar file




PreviousNext

Related