License |
License |
---|---|
GroupId | GroupIdcom.alilitech |
ArtifactId | ArtifactIdboot-plus-core |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionboot-plus is a rapid development framework based on spring boot.
|
Filename | Size |
---|---|
boot-plus-core-2.0.1.pom | |
boot-plus-core-2.0.1.jar | 13 KB |
boot-plus-core-2.0.1-sources.jar | 9 KB |
boot-plus-core-2.0.1-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alilitech/boot-plus-core/ -->
<dependency>
<groupId>com.alilitech</groupId>
<artifactId>boot-plus-core</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.alilitech/boot-plus-core/
implementation 'com.alilitech:boot-plus-core:2.0.1'
// https://jarcasting.com/artifacts/com.alilitech/boot-plus-core/
implementation ("com.alilitech:boot-plus-core:2.0.1")
'com.alilitech:boot-plus-core:jar:2.0.1'
<dependency org="com.alilitech" name="boot-plus-core" rev="2.0.1">
<artifact name="boot-plus-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alilitech', module='boot-plus-core', version='2.0.1')
)
libraryDependencies += "com.alilitech" % "boot-plus-core" % "2.0.1"
[com.alilitech/boot-plus-core "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
org.aspectj : aspectjweaver | jar | 1.8.13 |