Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.wee0.box |
ArtifactId | ArtifactIdbox-spring-boot |
Version | Version0.2.9 |
Type | Typejar |
Filename | Size |
---|---|
box-spring-boot-0.2.9.pom | |
box-spring-boot-0.2.9.jar | 57 KB |
box-spring-boot-0.2.9-sources.jar | 49 KB |
box-spring-boot-0.2.9-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wee0.box/box-spring-boot/ -->
<dependency>
<groupId>com.wee0.box</groupId>
<artifactId>box-spring-boot</artifactId>
<version>0.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.wee0.box/box-spring-boot/
implementation 'com.wee0.box:box-spring-boot:0.2.9'
// https://jarcasting.com/artifacts/com.wee0.box/box-spring-boot/
implementation ("com.wee0.box:box-spring-boot:0.2.9")
'com.wee0.box:box-spring-boot:jar:0.2.9'
<dependency org="com.wee0.box" name="box-spring-boot" rev="0.2.9">
<artifact name="box-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wee0.box', module='box-spring-boot', version='0.2.9')
)
libraryDependencies += "com.wee0.box" % "box-spring-boot" % "0.2.9"
[com.wee0.box/box-spring-boot "0.2.9"]