is not current version
Last Version 1.0.2

io.github.dean-lhb:dean-framework-project 1.0.1

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

GroupId

GroupId

io.github.dean-lhb
ArtifactId

ArtifactId

dean-framework-project
Version

Version

1.0.1
Type

Type

pom

Download dean-framework-project 1.0.1


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