License |
License |
---|---|
GroupId | GroupIdcom.github.lodsve |
ArtifactId | ArtifactIdlodsve-parent |
Version | Version2.4.9 |
Type | Typepom |
Description |
Descriptionlodsve parent
工具类集合,封装了一系列开源项目,使更好更方便的进行Java Web开发
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
lodsve-parent-2.4.9.pom | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lodsve/lodsve-parent/ -->
<dependency>
<groupId>com.github.lodsve</groupId>
<artifactId>lodsve-parent</artifactId>
<version>2.4.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.lodsve/lodsve-parent/
implementation 'com.github.lodsve:lodsve-parent:2.4.9'
// https://jarcasting.com/artifacts/com.github.lodsve/lodsve-parent/
implementation ("com.github.lodsve:lodsve-parent:2.4.9")
'com.github.lodsve:lodsve-parent:pom:2.4.9'
<dependency org="com.github.lodsve" name="lodsve-parent" rev="2.4.9">
<artifact name="lodsve-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.lodsve', module='lodsve-parent', version='2.4.9')
)
libraryDependencies += "com.github.lodsve" % "lodsve-parent" % "2.4.9"
[com.github.lodsve/lodsve-parent "2.4.9"]