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