is not current version
Last Version 11.9

io.github.openfeign:parent 11.1

Feign makes writing java http clients easier

Categories

Categories

Feign Net HTTP Clients
GroupId

GroupId

io.github.openfeign
ArtifactId

ArtifactId

parent
Version

Version

11.1
Type

Type

pom

Download parent 11.1

Filename Size
parent-11.1.pom 26 KB
Browse

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