io.github.dean-lhb:dean-framework-common

dean-framework是一个基于springboot封装的,API快速开发框架,内置了大量常用组件

License

License

GroupId

GroupId

io.github.dean-lhb
ArtifactId

ArtifactId

dean-framework-common
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

dean-framework是一个基于springboot封装的,API快速开发框架,内置了大量常用组件

Download dean-framework-common

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.10
com.alibaba : fastjson jar 1.2.23

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0