GroupId | GroupIdorg.apache.camel |
---|---|
ArtifactId | ArtifactIdcamel-jxpath |
Version | Version2.21.3 |
Type | Typejar |
Filename | Size |
---|---|
camel-jxpath-2.21.3.pom | |
camel-jxpath-2.21.3.jar | 17 KB |
camel-jxpath-2.21.3-sources.jar | 17 KB |
camel-jxpath-2.21.3-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-jxpath/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jxpath</artifactId>
<version>2.21.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-jxpath/
implementation 'org.apache.camel:camel-jxpath:2.21.3'
// https://jarcasting.com/artifacts/org.apache.camel/camel-jxpath/
implementation ("org.apache.camel:camel-jxpath:2.21.3")
'org.apache.camel:camel-jxpath:jar:2.21.3'
<dependency org="org.apache.camel" name="camel-jxpath" rev="2.21.3">
<artifact name="camel-jxpath" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-jxpath', version='2.21.3')
)
libraryDependencies += "org.apache.camel" % "camel-jxpath" % "2.21.3"
[org.apache.camel/camel-jxpath "2.21.3"]