Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdedu.byu.hbll.box |
ArtifactId | ArtifactIdbox-spring-boot |
Version | Version2.4.0 |
Type | Typejar |
Filename | Size |
---|---|
box-spring-boot-2.4.0.pom | |
box-spring-boot-2.4.0.jar | 42 KB |
box-spring-boot-2.4.0-sources.jar | 16 KB |
box-spring-boot-2.4.0-javadoc.jar | 492 KB |
Browse |
<!-- 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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.byu.hbll.box/box-spring-boot/
implementation 'edu.byu.hbll.box:box-spring-boot:2.4.0'
// https://jarcasting.com/artifacts/edu.byu.hbll.box/box-spring-boot/
implementation ("edu.byu.hbll.box:box-spring-boot:2.4.0")
'edu.byu.hbll.box:box-spring-boot:jar:2.4.0'
<dependency org="edu.byu.hbll.box" name="box-spring-boot" rev="2.4.0">
<artifact name="box-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.byu.hbll.box', module='box-spring-boot', version='2.4.0')
)
libraryDependencies += "edu.byu.hbll.box" % "box-spring-boot" % "2.4.0"
[edu.byu.hbll.box/box-spring-boot "2.4.0"]