is not current version
Last Version 1.0

org.apache.oodt:oodt-xmlquery 0.4

This component provides a way to express queries in a generic manner. Its centerpiece is a class called XMLQuery that uses boolean postfix expressions to capture the domain, range, and constraint of a query, regardless of the source of the query (SQL, keyword query, etc.). It can also encapsulate the results of a query. It's used by many other components as the standard way to pass a query and its results between servers, clients, nodes, and other components.

GroupId

GroupId

org.apache.oodt
ArtifactId

ArtifactId

oodt-xmlquery
Version

Version

0.4
Type

Type

jar

Download oodt-xmlquery 0.4


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