License |
License |
---|---|
Categories |
CategoriesFeign Net HTTP Clients |
GroupId | GroupIdorg.biins |
ArtifactId | ArtifactIdfeign-commons |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionShared libraries for micro services generated by archetype https://github.com/biins/micro-service-archetype
|
Filename | Size |
---|---|
feign-commons-1.0.0.pom | |
feign-commons-1.0.0.jar | 6 KB |
feign-commons-1.0.0-sources.jar | 2 KB |
feign-commons-1.0.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.biins/feign-commons/ -->
<dependency>
<groupId>org.biins</groupId>
<artifactId>feign-commons</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.biins/feign-commons/
implementation 'org.biins:feign-commons:1.0.0'
// https://jarcasting.com/artifacts/org.biins/feign-commons/
implementation ("org.biins:feign-commons:1.0.0")
'org.biins:feign-commons:jar:1.0.0'
<dependency org="org.biins" name="feign-commons" rev="1.0.0">
<artifact name="feign-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.biins', module='feign-commons', version='1.0.0')
)
libraryDependencies += "org.biins" % "feign-commons" % "1.0.0"
[org.biins/feign-commons "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.netflix.feign : feign-core | jar | 8.18.0 |
javax.ws.rs : javax.ws.rs-api | jar | 2.0.1 |