is not current version
Last Version 3.17.0

org.apache.camel:camel-jsonpath 3.4.1

Camel JSON Path Language

Categories

Categories

JSON Data JsonPath
GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

camel-jsonpath
Version

Version

3.4.1
Type

Type

jar

Download camel-jsonpath 3.4.1


<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-jsonpath/ -->
<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-jsonpath</artifactId>
    <version>3.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-jsonpath/
implementation 'org.apache.camel:camel-jsonpath:3.4.1'
// https://jarcasting.com/artifacts/org.apache.camel/camel-jsonpath/
implementation ("org.apache.camel:camel-jsonpath:3.4.1")
'org.apache.camel:camel-jsonpath:jar:3.4.1'
<dependency org="org.apache.camel" name="camel-jsonpath" rev="3.4.1">
  <artifact name="camel-jsonpath" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-jsonpath', version='3.4.1')
)
libraryDependencies += "org.apache.camel" % "camel-jsonpath" % "3.4.1"
[org.apache.camel/camel-jsonpath "3.4.1"]