MVN

edu.byu.hbll.box : box-parent

Maven & Gradle

Aug 09, 2023

Box · Box is an add-on framework for Java 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.

<dependency>
    <groupId>edu.byu.hbll.box</groupId>
    <artifactId>box-parent</artifactId>
    <version>2.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.byu.hbll.box : box-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.5.2

All Versions

Choose a version of edu.byu.hbll.box : box-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.5.x
box-parent-2.5.2
box-parent-2.5.1
box-parent-2.5.0
2.4.x
box-parent-2.4.2
box-parent-2.4.1
box-parent-2.4.0
2.3.x
box-parent-2.3.2
box-parent-2.3.1
box-parent-2.3.0
2.2.x
box-parent-2.2.5
box-parent-2.2.4
box-parent-2.2.3
box-parent-2.2.2
box-parent-2.2.1
box-parent-2.2.0
2.1.x
box-parent-2.1.5
box-parent-2.1.4
box-parent-2.1.3
box-parent-2.1.2
box-parent-2.1.1
box-parent-2.1.0
2.0.x
box-parent-2.0.13
box-parent-2.0.12
box-parent-2.0.11
box-parent-2.0.10
box-parent-2.0.9
box-parent-2.0.8
box-parent-2.0.7
box-parent-2.0.6
box-parent-2.0.5
box-parent-2.0.4
box-parent-2.0.3
box-parent-2.0.2
box-parent-2.0.1
box-parent-2.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>edu.byu.hbll.box</groupId>
    <artifactId>box-parent</artifactId>
    <version>2.5.2</version>
</dependency>

Advertisement