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 Vulnerabilities Updated
3.8.x
feign-form-3.8.0
3.7.x
feign-form-3.7.0
3.6.x
feign-form-3.6.0
3.5.x
feign-form-3.5.0
3.4.x
feign-form-3.4.1
feign-form-3.4.0
3.3.x
feign-form-3.3.0
3.2.x
feign-form-3.2.2
3.0.x
feign-form-3.0.3
feign-form-3.0.1
feign-form-3.0.0
2.2.x
feign-form-2.2.1
feign-form-2.2.0
2.1.x
feign-form-2.1.0
2.0.x
feign-form-2.0.9
feign-form-2.0.8
feign-form-2.0.7
feign-form-2.0.6
feign-form-2.0.5
feign-form-2.0.4
feign-form-2.0.2

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"

Advertisement