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