License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.wee0.box |
ArtifactId | ArtifactIdbox-spring-boot |
Last Version | Last Version0.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbox-spring-boot
adaptive framework
|
Filename | Size |
---|---|
box-spring-boot-0.4.0.pom | |
box-spring-boot-0.4.0.jar | 55 KB |
box-spring-boot-0.4.0-sources.jar | 48 KB |
box-spring-boot-0.4.0-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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wee0.box/box-spring-boot/
implementation 'com.wee0.box:box-spring-boot:0.4.0'
// https://jarcasting.com/artifacts/com.wee0.box/box-spring-boot/
implementation ("com.wee0.box:box-spring-boot:0.4.0")
'com.wee0.box:box-spring-boot:jar:0.4.0'
<dependency org="com.wee0.box" name="box-spring-boot" rev="0.4.0">
<artifact name="box-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wee0.box', module='box-spring-boot', version='0.4.0')
)
libraryDependencies += "com.wee0.box" % "box-spring-boot" % "0.4.0"
[com.wee0.box/box-spring-boot "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
com.wee0.box : box-impl | jar | 0.4.0 |
org.springframework.boot : spring-boot-starter-web | jar | 2.1.11.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
com.alibaba : druid | jar | 1.2.6 |
org.mybatis : mybatis | jar | 3.5.2 |
commons-fileupload : commons-fileupload Optional | jar | 1.4 |
org.apache.shiro : shiro-core | jar | 1.3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.11.RELEASE |