| Categories |
CategoriesSpring Boot Container Microservices |
|---|---|
| GroupId | GroupIdcom.wee0.box |
| ArtifactId | ArtifactIdbox-spring-boot |
| Version | Version0.1.14 |
| Type | Typejar |
| Filename | Size |
|---|---|
| box-spring-boot-0.1.14.pom | |
| box-spring-boot-0.1.14.jar | 52 KB |
| box-spring-boot-0.1.14-sources.jar | 45 KB |
| box-spring-boot-0.1.14-javadoc.jar | 62 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.1.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.wee0.box/box-spring-boot/
implementation 'com.wee0.box:box-spring-boot:0.1.14'
// https://jarcasting.com/artifacts/com.wee0.box/box-spring-boot/
implementation ("com.wee0.box:box-spring-boot:0.1.14")
'com.wee0.box:box-spring-boot:jar:0.1.14'
<dependency org="com.wee0.box" name="box-spring-boot" rev="0.1.14">
<artifact name="box-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wee0.box', module='box-spring-boot', version='0.1.14')
)
libraryDependencies += "com.wee0.box" % "box-spring-boot" % "0.1.14"
[com.wee0.box/box-spring-boot "0.1.14"]