License |
License |
---|---|
GroupId | GroupIdcom.lframework |
ArtifactId | ArtifactIdparent |
Version | Version1.1.4 |
Type | Typepom |
Description |
DescriptionJugg是基于SpringBoot、SpringSecurity、SpringSession、Vue、ElementUI的前后端分离的后台管理系统模板,将常用的开发框架整合并配置,以此来简化后台管理系统的搭建工作。
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-1.1.4.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lframework/parent/ -->
<dependency>
<groupId>com.lframework</groupId>
<artifactId>parent</artifactId>
<version>1.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lframework/parent/
implementation 'com.lframework:parent:1.1.4'
// https://jarcasting.com/artifacts/com.lframework/parent/
implementation ("com.lframework:parent:1.1.4")
'com.lframework:parent:pom:1.1.4'
<dependency org="com.lframework" name="parent" rev="1.1.4">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lframework', module='parent', version='1.1.4')
)
libraryDependencies += "com.lframework" % "parent" % "1.1.4"
[com.lframework/parent "1.1.4"]