MVN

edu.byu.hbll.box : box-web

Maven & Gradle

Dec 22, 2018
1 usages
<dependency>
    <groupId>edu.byu.hbll.box</groupId>
    <artifactId>box-web</artifactId>
    <version>1.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.3.5

All Versions

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

Version Vulnerabilities Updated
1.3.x
box-web-1.3.5
box-web-1.3.4
box-web-1.3.3
box-web-1.3.2
box-web-1.3.1
box-web-1.3.0
1.2.x
box-web-1.2.3
box-web-1.2.2
box-web-1.2.1
box-web-1.2.0
1.1.x
box-web-1.1.1
box-web-1.1.0
1.0.x
box-web-1.0.2
box-web-1.0.1
box-web-1.0.0

How to add a dependency to Maven

Add the following edu.byu.hbll.box : box-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.byu.hbll.box</groupId>
    <artifactId>box-web</artifactId>
    <version>1.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.byu.hbll.box : box-web gradle dependency to your build.gradle file:

implementation 'edu.byu.hbll.box:box-web:1.3.5'

Gradle Kotlin DSL: Add the following edu.byu.hbll.box : box-web gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.byu.hbll.box:box-web:1.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.byu.hbll.box : box-web sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.byu.hbll.box" % "box-web" % "1.3.5"

Advertisement