Download openapi-meta-2.0.13.jar file

Introduction

You can download openapi-meta-2.0.13.jar in this page.

License

Apache License

Type List

openapi-meta-2.0.13.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.networknt/openapi-meta/pom.properties
META-INF/maven/com.networknt/openapi-meta/pom.xml
com.networknt.openapi.ApiNormalisedPath.class
com.networknt.openapi.NormalisedPath.class
com.networknt.openapi.OpenApiEndpointSource.class
com.networknt.openapi.OpenApiHandler.class
com.networknt.openapi.OpenApiHelper.class
com.networknt.openapi.OpenApiOperation.class
com.networknt.openapi.parameter.CookieHelper.class
com.networknt.openapi.parameter.CookieParameterDeserializer.class
com.networknt.openapi.parameter.DeepObjectStyleDeserializer.class
com.networknt.openapi.parameter.Delimiters.class
com.networknt.openapi.parameter.FormStyleDeserializer.class
com.networknt.openapi.parameter.HeaderParameterDeserializer.class
com.networknt.openapi.parameter.LabelStyleDeserializer.class
com.networknt.openapi.parameter.MatrixStyleDeserializer.class
com.networknt.openapi.parameter.ParameterDeserializer.class
com.networknt.openapi.parameter.ParameterType.class
com.networknt.openapi.parameter.PathParameterDeserializer.class
com.networknt.openapi.parameter.PathParameterStyle.class
com.networknt.openapi.parameter.PipeDelimitedStyleDeserializer.class
com.networknt.openapi.parameter.QueryParameterDeserializer.class
com.networknt.openapi.parameter.QueryParameterStyle.class
com.networknt.openapi.parameter.SimpleStyleDeserializer.class
com.networknt.openapi.parameter.SpaceDelimitedStyleDeserializer.class
com.networknt.openapi.parameter.StyleParameterDeserializer.class
com.networknt.openapi.parameter.ValueType.class

Pom

openapi-meta-2.0.13.pom file content.

<!--
  ~ Copyright (c) 2016 Network New Technologies Inc.
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->

<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">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.networknt</groupId>
        <artifactId>light-rest-4j</artifactId>
        <version>2.0.13</version>
        <relativePath>..</relativePath>
    </parent>

    <artifactId>openapi-meta</artifactId>
    <packaging>jar</packaging>
    <description>An OpenAPI Specification 3.0 meta handler module that cache the spec and attached context related operation to the request based on uri and method.
    </description>

    <dependencies>
        <dependency>
            <groupId>com.networknt</groupId>
            <artifactId>utility</artifactId>
        </dependency>
        <dependency>
            <groupId>com.networknt</groupId>
            <artifactId>http-string</artifactId>
        </dependency>
        <dependency>
            <groupId>com.networknt</groupId>
            <artifactId>config</artifactId>
        </dependency>
        <dependency>
            <groupId>com.networknt</groupId>
            <artifactId>status</artifactId>
        </dependency>
        <dependency>
            <groupId>com.networknt</groupId>
            <artifactId>audit</artifactId>
        </dependency>
        <dependency>
            <groupId>com.networknt</groupId>
            <artifactId>handler</artifactId>
        </dependency>
        <dependency>
            <groupId>com.networknt</groupId>
            <artifactId>json-overlay</artifactId>
        </dependency>
        <dependency>
            <groupId>com.networknt</groupId>
            <artifactId>openapi-parser</artifactId>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.owasp.encoder</groupId>
            <artifactId>encoder</artifactId>
        </dependency>
        <dependency>
            <groupId>io.undertow</groupId>
            <artifactId>undertow-core</artifactId>
        </dependency>

        <dependency>
            <groupId>com.networknt</groupId>
            <artifactId>client</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>com.networknt</groupId>
   <artifactId>openapi-meta</artifactId>
   <version>2.0.13</version>
</dependency>

Download

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



Download openapi-meta-2.0.13.jar file




PreviousNext

Related