License |
License |
---|---|
GroupId | GroupIdcom.lframework |
ArtifactId | ArtifactIdweb-starter |
Version | Version1.1.2 |
Type | Typejar |
Description |
DescriptionJugg是基于SpringBoot、SpringSecurity、SpringSession、Vue、ElementUI的前后端分离的后台管理系统模板,将常用的开发框架整合并配置,以此来简化后台管理系统的搭建工作。
|
Project URL |
Project URL |
Filename | Size |
---|---|
web-starter-1.1.2.pom | |
web-starter-1.1.2.jar | 90 KB |
web-starter-1.1.2-sources.jar | 49 KB |
web-starter-1.1.2-javadoc.jar | 429 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lframework/web-starter/ -->
<dependency>
<groupId>com.lframework</groupId>
<artifactId>web-starter</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.lframework/web-starter/
implementation 'com.lframework:web-starter:1.1.2'
// https://jarcasting.com/artifacts/com.lframework/web-starter/
implementation ("com.lframework:web-starter:1.1.2")
'com.lframework:web-starter:jar:1.1.2'
<dependency org="com.lframework" name="web-starter" rev="1.1.2">
<artifact name="web-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lframework', module='web-starter', version='1.1.2')
)
libraryDependencies += "com.lframework" % "web-starter" % "1.1.2"
[com.lframework/web-starter "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-devtools Optional | jar | 2.2.2.RELEASE |