文件下载
文件名 操作
box-bom-2.5.3.pom 下载
Apache Maven
<dependency>
  <groupId>edu.byu.hbll.box</groupId>
  <artifactId>box-bom</artifactId>
  <version>2.5.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'edu.byu.hbll.box:box-bom:2.5.3'
Gradle Kotlin
implementation("edu.byu.hbll.box:box-bom:2.5.3")
Scala SBT
libraryDependencies += "edu.byu.hbll.box" % "box-bom" % "2.5.3"
Groovy Grape
@Grapes(
  @Grab(group='edu.byu.hbll.box', module='box-bom', version='2.5.3')
)
Apache Ivy
<dependency org="edu.byu.hbll.box" name="box-bom" rev="2.5.3" />
Leiningen
[edu.byu.hbll.box/box-bom "2.5.3"]
Apache Buildr
'edu.byu.hbll.box:box-bom:jar:2.5.3'