is not current version
Last Version 2.2.3

com.lframework:parent 2.1.3

Jugg是基于SpringBoot、SpringSecurity、SpringSession、Vue、ElementUI的前后端分离的后台管理系统模板,将常用的开发框架整合并配置,以此来简化后台管理系统的搭建工作。

GroupId

GroupId

com.lframework
ArtifactId

ArtifactId

parent
Version

Version

2.1.3
Type

Type

pom

Download parent 2.1.3

Filename Size
parent-2.1.3.pom 11 KB
Browse

<!-- https://jarcasting.com/artifacts/com.lframework/parent/ -->
<dependency>
    <groupId>com.lframework</groupId>
    <artifactId>parent</artifactId>
    <version>2.1.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lframework/parent/
implementation 'com.lframework:parent:2.1.3'
// https://jarcasting.com/artifacts/com.lframework/parent/
implementation ("com.lframework:parent:2.1.3")
'com.lframework:parent:pom:2.1.3'
<dependency org="com.lframework" name="parent" rev="2.1.3">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lframework', module='parent', version='2.1.3')
)
libraryDependencies += "com.lframework" % "parent" % "2.1.3"
[com.lframework/parent "2.1.3"]