is not current version
Last Version 3.8.0

io.github.openfeign.form:parent 3.2.2

Simple encoder for Netflix Feign project, which adds forms support (urlencoded and multipart)

Categories

Categories

Feign Net HTTP Clients ORM Data
GroupId

GroupId

io.github.openfeign.form
ArtifactId

ArtifactId

parent
Version

Version

3.2.2
Type

Type

pom

Download parent 3.2.2

Filename Size
parent-3.2.2.pom 10 KB
Browse

<!-- https://jarcasting.com/artifacts/io.github.openfeign.form/parent/ -->
<dependency>
    <groupId>io.github.openfeign.form</groupId>
    <artifactId>parent</artifactId>
    <version>3.2.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.openfeign.form/parent/
implementation 'io.github.openfeign.form:parent:3.2.2'
// https://jarcasting.com/artifacts/io.github.openfeign.form/parent/
implementation ("io.github.openfeign.form:parent:3.2.2")
'io.github.openfeign.form:parent:pom:3.2.2'
<dependency org="io.github.openfeign.form" name="parent" rev="3.2.2">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.openfeign.form', module='parent', version='3.2.2')
)
libraryDependencies += "io.github.openfeign.form" % "parent" % "3.2.2"
[io.github.openfeign.form/parent "3.2.2"]