License |
License |
---|---|
Categories |
CategoriesFeign Net HTTP Clients JSON Data JsonPath ORM |
GroupId | GroupIdcom.marvinformatics.feign |
ArtifactId | ArtifactIdfeign-jsonpath |
Last Version | Last Version0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfeign-jsonpath
Contract for Netflix/feign using jayway/JsonPath
|
Project URL |
Project URL |
Filename | Size |
---|---|
feign-jsonpath-0.4.pom | |
feign-jsonpath-0.4.jar | 7 KB |
feign-jsonpath-0.4-sources.jar | 3 KB |
feign-jsonpath-0.4-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.marvinformatics.feign/feign-jsonpath/ -->
<dependency>
<groupId>com.marvinformatics.feign</groupId>
<artifactId>feign-jsonpath</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.marvinformatics.feign/feign-jsonpath/
implementation 'com.marvinformatics.feign:feign-jsonpath:0.4'
// https://jarcasting.com/artifacts/com.marvinformatics.feign/feign-jsonpath/
implementation ("com.marvinformatics.feign:feign-jsonpath:0.4")
'com.marvinformatics.feign:feign-jsonpath:jar:0.4'
<dependency org="com.marvinformatics.feign" name="feign-jsonpath" rev="0.4">
<artifact name="feign-jsonpath" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marvinformatics.feign', module='feign-jsonpath', version='0.4')
)
libraryDependencies += "com.marvinformatics.feign" % "feign-jsonpath" % "0.4"
[com.marvinformatics.feign/feign-jsonpath "0.4"]
Group / Artifact | Type | Version |
---|---|---|
io.github.openfeign : feign-core | jar | 9.5.1 |
com.jayway.jsonpath : json-path | jar | 2.4.0 |
net.minidev : json-smart | jar | 2.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |