is not current version
Last Version 2.5.10

com.github.lodsve:lodsve-framework 2.5.6

工具类集合,封装了一系列开源项目,使更好更方便的进行Java Web开发

GroupId

GroupId

com.github.lodsve
ArtifactId

ArtifactId

lodsve-framework
Version

Version

2.5.6
Type

Type

pom

Download lodsve-framework 2.5.6

Filename Size
lodsve-framework-2.5.6.pom 35 KB
Browse

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