| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.oodt |
| Идентификатор | Идентификаторoodt-xmlquery |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| oodt-xmlquery-1.0.pom | |
| oodt-xmlquery-1.0.jar | 53 KB |
| oodt-xmlquery-1.0-sources.jar | 46 KB |
| oodt-xmlquery-1.0-javadoc.jar | 112 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.oodt/oodt-xmlquery/ -->
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-xmlquery</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/oodt-xmlquery/
implementation 'org.apache.oodt:oodt-xmlquery:1.0'
// https://jarcasting.com/artifacts/org.apache.oodt/oodt-xmlquery/
implementation ("org.apache.oodt:oodt-xmlquery:1.0")
'org.apache.oodt:oodt-xmlquery:jar:1.0'
<dependency org="org.apache.oodt" name="oodt-xmlquery" rev="1.0">
<artifact name="oodt-xmlquery" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='oodt-xmlquery', version='1.0')
)
libraryDependencies += "org.apache.oodt" % "oodt-xmlquery" % "1.0"
[org.apache.oodt/oodt-xmlquery "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.oodt : oodt-commons | jar | 1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.2 |