Categories |
CategoriesJSON Data JsonPath |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-jsonpath |
Version | Version2.22.4 |
Type | Typejar |
Filename | Size |
---|---|
camel-jsonpath-2.22.4.pom | |
camel-jsonpath-2.22.4.jar | 34 KB |
camel-jsonpath-2.22.4-sources.jar | 31 KB |
camel-jsonpath-2.22.4-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-jsonpath/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jsonpath</artifactId>
<version>2.22.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-jsonpath/
implementation 'org.apache.camel:camel-jsonpath:2.22.4'
// https://jarcasting.com/artifacts/org.apache.camel/camel-jsonpath/
implementation ("org.apache.camel:camel-jsonpath:2.22.4")
'org.apache.camel:camel-jsonpath:jar:2.22.4'
<dependency org="org.apache.camel" name="camel-jsonpath" rev="2.22.4">
<artifact name="camel-jsonpath" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-jsonpath', version='2.22.4')
)
libraryDependencies += "org.apache.camel" % "camel-jsonpath" % "2.22.4"
[org.apache.camel/camel-jsonpath "2.22.4"]