MVN

org.apache.oodt : oodt-xmlquery

Maven & Gradle

Jun 21, 2016
7 usages

Query Expression · 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.

<dependency>
    <groupId>org.apache.oodt</groupId>
    <artifactId>oodt-xmlquery</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.oodt : oodt-xmlquery to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of org.apache.oodt : oodt-xmlquery to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
oodt-xmlquery-1.0
0.12
oodt-xmlquery-0.12
0.11
oodt-xmlquery-0.11
0.10
oodt-xmlquery-0.10
0.9
oodt-xmlquery-0.9
0.8.x
oodt-xmlquery-0.8.1
0.8
oodt-xmlquery-0.8
0.7
oodt-xmlquery-0.7
0.6
oodt-xmlquery-0.6
0.5
oodt-xmlquery-0.5
0.4
oodt-xmlquery-0.4
0.3
oodt-xmlquery-0.3
0.2
oodt-xmlquery-0.2

How to add a dependency to Maven

Add the following org.apache.oodt : oodt-xmlquery maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.oodt</groupId>
    <artifactId>oodt-xmlquery</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.oodt : oodt-xmlquery gradle dependency to your build.gradle file:

implementation 'org.apache.oodt:oodt-xmlquery:1.0'

Gradle Kotlin DSL: Add the following org.apache.oodt : oodt-xmlquery gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.oodt:oodt-xmlquery:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.oodt : oodt-xmlquery sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.oodt" % "oodt-xmlquery" % "1.0"

Advertisement

Dependencies from Group

Sep 25, 2021
21 usages
Sep 25, 2021
18 usages
18 stars
Sep 25, 2021
16 usages
Sep 25, 2021
8 usages
Sep 25, 2021
8 usages

Discover Dependencies

Sep 25, 2021
7 usages
18 stars
Jun 21, 2016
4 usages
Jun 21, 2016
4 usages
Jun 21, 2016
4 usages
Sep 25, 2021
18 stars
Sep 26, 2021
Apr 15, 2017
4 usages
Jun 25, 2023
10 usages