Box

Box is an add-on framework for Java EE applications that performs asynchronous gathering of source data with subsequent processing or transformation of that data into output JSON documents and exposing those documents through a web API. Box excels at maintaining existing documents including keeping them up-to-date in real time and deleting them when required. Box supports aggregating data from multiple sources as well as splitting data into multiple documents. How documents are processed is left up to each application. The web api makes the documents available by ID or by harvesting all documents. Harvests can be filtered using facets and documents can be pared down by requesting only needed fields.

Лицензия

Лицензия

Группа

Группа

edu.byu.hbll.box
Идентификатор

Идентификатор

box
Последняя версия

Последняя версия

1.3.5
Дата

Дата

Тип

Тип

pom
Описание

Описание

Box
Box is an add-on framework for Java EE applications that performs asynchronous gathering of source data with subsequent processing or transformation of that data into output JSON documents and exposing those documents through a web API. Box excels at maintaining existing documents including keeping them up-to-date in real time and deleting them when required. Box supports aggregating data from multiple sources as well as splitting data into multiple documents. How documents are processed is left up to each application. The web api makes the documents available by ID or by harvesting all documents. Harvests can be filtered using facets and documents can be pared down by requesting only needed fields.
Ссылка на сайт

Ссылка на сайт

https://bitbucket.org/byuhbll/box
Система контроля версий

Система контроля версий

https://bitbucket.org/byuhbll/box

Скачать box

Имя Файла Размер
box-1.3.5.pom 1 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/edu.byu.hbll.box/box/ -->
<dependency>
    <groupId>edu.byu.hbll.box</groupId>
    <artifactId>box</artifactId>
    <version>1.3.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/edu.byu.hbll.box/box/
implementation 'edu.byu.hbll.box:box:1.3.5'
// https://jarcasting.com/artifacts/edu.byu.hbll.box/box/
implementation ("edu.byu.hbll.box:box:1.3.5")
'edu.byu.hbll.box:box:pom:1.3.5'
<dependency org="edu.byu.hbll.box" name="box" rev="1.3.5">
  <artifact name="box" type="pom" />
</dependency>
@Grapes(
@Grab(group='edu.byu.hbll.box', module='box', version='1.3.5')
)
libraryDependencies += "edu.byu.hbll.box" % "box" % "1.3.5"
[edu.byu.hbll.box/box "1.3.5"]

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.mockito : mockito-core jar 2.22.0

Модули Проекта

  • box-bom
  • box-client
  • box-core
  • box-xslt
  • box-web

Версии библиотеки

Версия
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0