Download feign-core-9.3.1.jar file

Introduction

You can download feign-core-9.3.1.jar in this page.

License

The Apache Software License, Version 2.0

Type List

feign-core-9.3.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.github.openfeign/feign-core/pom.properties
META-INF/maven/io.github.openfeign/feign-core/pom.xml
feign.Body.class
feign.Client.class
feign.Contract.class
feign.DefaultMethodHandler.class
feign.Feign.class
feign.FeignException.class
feign.HeaderMap.class
feign.Headers.class
feign.InvocationHandlerFactory.class
feign.Logger.class
feign.MethodMetadata.class
feign.Param.class
feign.QueryMap.class
feign.ReflectiveFeign.class
feign.Request.class
feign.RequestInterceptor.class
feign.RequestLine.class
feign.RequestTemplate.class
feign.Response.class
feign.RetryableException.class
feign.Retryer.class
feign.SynchronousMethodHandler.class
feign.Target.class
feign.Types.class
feign.Util.class
feign.auth.Base64.class
feign.auth.BasicAuthRequestInterceptor.class
feign.codec.DecodeException.class
feign.codec.Decoder.class
feign.codec.EncodeException.class
feign.codec.Encoder.class
feign.codec.ErrorDecoder.class
feign.codec.StringDecoder.class

Pom

feign-core-9.3.1.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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>io.github.openfeign</groupId>
    <artifactId>parent</artifactId>
    <version>9.3.1</version>
  </parent>

  <artifactId>feign-core</artifactId>
  <name>Feign Core</name>
  <description>Feign Core</description>

  <properties>
    <main.basedir>${project.basedir}/..</main.basedir>
  </properties>

  <dependencies>
    <dependency>
      <groupId>org.jvnet</groupId>
      <artifactId>animal-sniffer-annotation</artifactId>
    </dependency>

    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>mockwebserver</artifactId>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context</artifactId>
      <version>4.2.5.RELEASE</version>
      <scope>test</scope>
    </dependency>
  </dependencies>

  <build>
    <plugins>
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>test-jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>io.github.openfeign</groupId>
   <artifactId>feign-core</artifactId>
   <version>9.3.1</version>
</dependency>

Download

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



Download feign-core-9.3.1.jar file




PreviousNext

Related