is not current version
Last Version 11.9

io.github.openfeign:parent 9.3.0

Feign makes writing java http clients easier

Categories

Categories

Feign Net HTTP Clients
GroupId

GroupId

io.github.openfeign
ArtifactId

ArtifactId

parent
Version

Version

9.3.0
Type

Type

pom

Download parent 9.3.0

Filename Size
parent-9.3.0.pom 11 KB
Browse

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