| License |
License |
|---|---|
| Categories |
CategoriesFeign Net HTTP Clients |
| GroupId | GroupIdio.github.openfeign |
| ArtifactId | ArtifactIdparent |
| Last Version | Last Version11.9 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionFeign (Parent)
Feign makes writing java http clients easier
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| parent-11.9.pom | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.openfeign/parent/ -->
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.openfeign/parent/
implementation 'io.github.openfeign:parent:11.9'
// https://jarcasting.com/artifacts/io.github.openfeign/parent/
implementation ("io.github.openfeign:parent:11.9")
'io.github.openfeign:parent:pom:11.9'
<dependency org="io.github.openfeign" name="parent" rev="11.9">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.openfeign', module='parent', version='11.9')
)
libraryDependencies += "io.github.openfeign" % "parent" % "11.9"
[io.github.openfeign/parent "11.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.assertj : assertj-core | jar | 3.21.0 |