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