You can download swagger-models-1.5.10.jar in this page.
The Apache Software License, Version 2.0
swagger-models-1.5.10.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/io.swagger/swagger-models/pom.properties META-INF/maven/io.swagger/swagger-models/pom.xml io.swagger.models.AbstractModel.class io.swagger.models.ArrayModel.class io.swagger.models.ComposedModel.class io.swagger.models.Contact.class io.swagger.models.ExternalDocs.class io.swagger.models.HttpMethod.class io.swagger.models.Info.class io.swagger.models.License.class io.swagger.models.Model.class io.swagger.models.ModelImpl.class io.swagger.models.Operation.class io.swagger.models.Path.class io.swagger.models.RefModel.class io.swagger.models.RefPath.class io.swagger.models.RefResponse.class io.swagger.models.Response.class io.swagger.models.Scheme.class io.swagger.models.SecurityRequirement.class io.swagger.models.SecurityScope.class io.swagger.models.Swagger.class io.swagger.models.Tag.class io.swagger.models.Xml.class io.swagger.models.auth.AbstractSecuritySchemeDefinition.class io.swagger.models.auth.ApiKeyAuthDefinition.class io.swagger.models.auth.AuthorizationValue.class io.swagger.models.auth.BasicAuthDefinition.class io.swagger.models.auth.In.class io.swagger.models.auth.OAuth2Definition.class io.swagger.models.auth.SecuritySchemeDefinition.class io.swagger.models.parameters.AbstractParameter.class io.swagger.models.parameters.AbstractSerializableParameter.class io.swagger.models.parameters.BodyParameter.class io.swagger.models.parameters.CookieParameter.class io.swagger.models.parameters.FormParameter.class io.swagger.models.parameters.HeaderParameter.class io.swagger.models.parameters.Parameter.class io.swagger.models.parameters.PathParameter.class io.swagger.models.parameters.QueryParameter.class io.swagger.models.parameters.RefParameter.class io.swagger.models.parameters.SerializableParameter.class io.swagger.models.properties.AbstractNumericProperty.class io.swagger.models.properties.AbstractProperty.class io.swagger.models.properties.ArrayProperty.class io.swagger.models.properties.BaseIntegerProperty.class io.swagger.models.properties.BinaryProperty.class io.swagger.models.properties.BooleanProperty.class io.swagger.models.properties.ByteArrayProperty.class io.swagger.models.properties.DateProperty.class io.swagger.models.properties.DateTimeProperty.class io.swagger.models.properties.DecimalProperty.class io.swagger.models.properties.DoubleProperty.class io.swagger.models.properties.EmailProperty.class io.swagger.models.properties.FileProperty.class io.swagger.models.properties.FloatProperty.class io.swagger.models.properties.IntegerProperty.class io.swagger.models.properties.LongProperty.class io.swagger.models.properties.MapProperty.class io.swagger.models.properties.ObjectProperty.class io.swagger.models.properties.PasswordProperty.class io.swagger.models.properties.Property.class io.swagger.models.properties.PropertyBuilder.class io.swagger.models.properties.RefProperty.class io.swagger.models.properties.StringProperty.class io.swagger.models.properties.UUIDProperty.class io.swagger.models.refs.GenericRef.class io.swagger.models.refs.RefFormat.class io.swagger.models.refs.RefType.class
swagger-models-1.5.10.pom file content.
<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/maven-v4_0_0.xsd"> <parent> <groupId>io.swagger</groupId> <artifactId>swagger-project</artifactId> <version>1.5.10</version> <relativePath>../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>swagger-models</artifactId> <packaging>bundle</packaging> <name>swagger-models</name> <build> <sourceDirectory>src/main/java</sourceDirectory> <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> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>${felix-version}</version> <extensions>true</extensions> <configuration> <instructions> <Export-Package> io.swagger.models.auth, io.swagger.models.parameters, io.swagger.models.properties, io.swagger.models.refs, io.swagger.models </Export-Package> </instructions> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>${jackson-version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-annotations</artifactId> <version>${project.parent.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.openpojo</groupId> <artifactId>openpojo</artifactId> <version>0.8.0</version> <scope>test</scope> <exclusions> <exclusion> <groupId>junit</groupId> <artifactId>junit</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-testng</artifactId> <version>${powermock.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito</artifactId> <version>${powermock.version}</version> <exclusions> <exclusion> <groupId>junit</groupId> <artifactId>junit</artifactId> </exclusion> <exclusion> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> </exclusion> </exclusions> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>${mockito-version}</version> <scope>test</scope> </dependency> <dependency> <groupId>asm</groupId> <artifactId>asm</artifactId> <version>3.3.1</version> <scope>test</scope> </dependency> </dependencies> <properties> <!-- TODO increase coverage --> <validation-api-version>1.1.0.Final</validation-api-version> <coverage.complexity.minimum>0.07</coverage.complexity.minimum> <coverage.line.minimum>0.0</coverage.line.minimum> <!-- Setting this to a really high number since this module has almost no coverage --> <coverage.missed.classes>41</coverage.missed.classes> <powermock.version>1.6.4</powermock.version> <mockito-version>1.10.19</mockito-version> </properties> </project>
<dependency> <groupId>io.swagger</groupId> <artifactId>swagger-models</artifactId> <version>1.5.10</version> </dependency>
If you think the following swagger-models-1.5.10.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download swagger-models-1.5.10.jar file