is not current version
Last Version 2.5.0

edu.byu.hbll.box:box-spring-boot 2.2.2


Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

edu.byu.hbll.box
ArtifactId

ArtifactId

box-spring-boot
Version

Version

2.2.2
Type

Type

jar

Download box-spring-boot 2.2.2


<!-- https://jarcasting.com/artifacts/edu.byu.hbll.box/box-spring-boot/ -->
<dependency>
    <groupId>edu.byu.hbll.box</groupId>
    <artifactId>box-spring-boot</artifactId>
    <version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/edu.byu.hbll.box/box-spring-boot/
implementation 'edu.byu.hbll.box:box-spring-boot:2.2.2'
// https://jarcasting.com/artifacts/edu.byu.hbll.box/box-spring-boot/
implementation ("edu.byu.hbll.box:box-spring-boot:2.2.2")
'edu.byu.hbll.box:box-spring-boot:jar:2.2.2'
<dependency org="edu.byu.hbll.box" name="box-spring-boot" rev="2.2.2">
  <artifact name="box-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.byu.hbll.box', module='box-spring-boot', version='2.2.2')
)
libraryDependencies += "edu.byu.hbll.box" % "box-spring-boot" % "2.2.2"
[edu.byu.hbll.box/box-spring-boot "2.2.2"]