MVN

io.github.openfeign.form : feign-form

Maven & Gradle

Mar 30, 2019
150 usages
256 stars

Open Feign Forms Core

<dependency>
    <groupId>io.github.openfeign.form</groupId>
    <artifactId>feign-form</artifactId>
    <version>3.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.openfeign.form : feign-form to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.8.0

All Versions

Choose a version of io.github.openfeign.form : feign-form to add to Maven or Gradle - All Versions:

  • Version Updated
  • feign-form-3.8.0

    Mar 29, 2019
  • feign-form-3.7.0

    Mar 03, 2019
  • feign-form-3.6.0

    Mar 03, 2019
  • feign-form-3.5.0

    Dec 24, 2018
  • feign-form-3.4.1

    Oct 29, 2018
  • feign-form-3.4.0

    Oct 03, 2018
  • feign-form-3.3.0

    Mar 28, 2018
  • feign-form-3.2.2

    Jan 16, 2018
  • feign-form-3.0.3

    Nov 30, 2017
  • feign-form-3.0.1

    Nov 27, 2017
  • feign-form-3.0.0

    Nov 24, 2017
  • feign-form-2.2.1

    Aug 05, 2017
  • feign-form-2.2.0

    Jul 17, 2017
  • feign-form-2.1.0

    Feb 23, 2017
  • feign-form-2.0.9

    Feb 20, 2017
  • feign-form-2.0.8

    Feb 20, 2017
  • feign-form-2.0.7

    Feb 19, 2017
  • feign-form-2.0.6

    Nov 17, 2016
  • feign-form-2.0.5

    Nov 08, 2016
  • feign-form-2.0.4

    Nov 08, 2016
  • feign-form-2.0.2

    Sep 18, 2016

How to add a dependency to Maven

Add the following io.github.openfeign.form : feign-form maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.openfeign.form</groupId>
    <artifactId>feign-form</artifactId>
    <version>3.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.openfeign.form : feign-form gradle dependency to your build.gradle file:

implementation 'io.github.openfeign.form:feign-form:3.8.0'

Gradle Kotlin DSL: Add the following io.github.openfeign.form : feign-form gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.openfeign.form:feign-form:3.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.openfeign.form : feign-form sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.openfeign.form" % "feign-form" % "3.8.0"