| License |
License |
|---|---|
| GroupId | GroupIdcom.alilitech |
| ArtifactId | ArtifactIdboot-plus-web |
| Version | Version1.3.10 |
| Type | Typejar |
| Description |
Descriptionboot-plus is a rapid development framework based on spring boot.
|
| Filename | Size |
|---|---|
| boot-plus-web-1.3.10.pom | |
| boot-plus-web-1.3.10.jar | 63 KB |
| boot-plus-web-1.3.10-sources.jar | 58 KB |
| boot-plus-web-1.3.10-javadoc.jar | 391 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alilitech/boot-plus-web/ -->
<dependency>
<groupId>com.alilitech</groupId>
<artifactId>boot-plus-web</artifactId>
<version>1.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.alilitech/boot-plus-web/
implementation 'com.alilitech:boot-plus-web:1.3.10'
// https://jarcasting.com/artifacts/com.alilitech/boot-plus-web/
implementation ("com.alilitech:boot-plus-web:1.3.10")
'com.alilitech:boot-plus-web:jar:1.3.10'
<dependency org="com.alilitech" name="boot-plus-web" rev="1.3.10">
<artifact name="boot-plus-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alilitech', module='boot-plus-web', version='1.3.10')
)
libraryDependencies += "com.alilitech" % "boot-plus-web" % "1.3.10"
[com.alilitech/boot-plus-web "1.3.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.alilitech : boot-plus-core Optional | jar | 1.3.10 |
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.data : spring-data-commons Optional | jar | |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar |