GroupId | GroupIdedu.byu.hbll.box |
---|---|
ArtifactId | ArtifactIdbox-bom |
Version | Version2.2.2 |
Type | Typepom |
Filename | Size |
---|---|
box-bom-2.2.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.byu.hbll.box/box-bom/ -->
<dependency>
<groupId>edu.byu.hbll.box</groupId>
<artifactId>box-bom</artifactId>
<version>2.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/edu.byu.hbll.box/box-bom/
implementation 'edu.byu.hbll.box:box-bom:2.2.2'
// https://jarcasting.com/artifacts/edu.byu.hbll.box/box-bom/
implementation ("edu.byu.hbll.box:box-bom:2.2.2")
'edu.byu.hbll.box:box-bom:pom:2.2.2'
<dependency org="edu.byu.hbll.box" name="box-bom" rev="2.2.2">
<artifact name="box-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='edu.byu.hbll.box', module='box-bom', version='2.2.2')
)
libraryDependencies += "edu.byu.hbll.box" % "box-bom" % "2.2.2"
[edu.byu.hbll.box/box-bom "2.2.2"]