Files download
File Operation
box-web-1.2.2.jar download
box-web-1.2.2.pom download
box-web-1.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>edu.byu.hbll.box</groupId>
  <artifactId>box-web</artifactId>
  <version>1.2.2</version>
</dependency>
Gradle Groovy
implementation 'edu.byu.hbll.box:box-web:1.2.2'
Gradle Kotlin
implementation("edu.byu.hbll.box:box-web:1.2.2")
Scala SBT
libraryDependencies += "edu.byu.hbll.box" % "box-web" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='edu.byu.hbll.box', module='box-web', version='1.2.2')
)
Apache Ivy
<dependency org="edu.byu.hbll.box" name="box-web" rev="1.2.2" />
Leiningen
[edu.byu.hbll.box/box-web "1.2.2"]
Apache Buildr
'edu.byu.hbll.box:box-web:jar:1.2.2'