is not current version
Last Version 11.9

io.github.openfeign:parent 10.4.0

Feign makes writing java http clients easier

Categories

Categories

Feign Net HTTP Clients
GroupId

GroupId

io.github.openfeign
ArtifactId

ArtifactId

parent
Version

Version

10.4.0
Type

Type

pom

Download parent 10.4.0

Filename Size
parent-10.4.0.pom 23 KB
Browse

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