License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.wee0.box |
ArtifactId | ArtifactIdbox-spring-boot |
Version | Version0.3.8 |
Type | Typejar |
Description |
Descriptionbox-spring-boot
adaptive framework
|
Filename | Size |
---|---|
box-spring-boot-0.3.8.pom | |
box-spring-boot-0.3.8.jar | 59 KB |
box-spring-boot-0.3.8-sources.jar | 51 KB |
box-spring-boot-0.3.8-javadoc.jar | 71 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.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.wee0.box/box-spring-boot/
implementation 'com.wee0.box:box-spring-boot:0.3.8'
// https://jarcasting.com/artifacts/com.wee0.box/box-spring-boot/
implementation ("com.wee0.box:box-spring-boot:0.3.8")
'com.wee0.box:box-spring-boot:jar:0.3.8'
<dependency org="com.wee0.box" name="box-spring-boot" rev="0.3.8">
<artifact name="box-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wee0.box', module='box-spring-boot', version='0.3.8')
)
libraryDependencies += "com.wee0.box" % "box-spring-boot" % "0.3.8"
[com.wee0.box/box-spring-boot "0.3.8"]
Group / Artifact | Type | Version |
---|---|---|
com.wee0.box : box-impl | jar | 0.3.8 |
org.springframework.boot : spring-boot-starter-web | jar | 2.1.11.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
com.alibaba : druid | jar | 1.1.20 |
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 |