License |
License |
---|---|
GroupId | GroupIdio.github.dean-lhb |
ArtifactId | ArtifactIddean-framework-project |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiondean-framework
dean-framework是一个基于springboot封装的,API快速开发框架,内置了大量常用组件
|
Project URL |
Project URL |
Filename | Size |
---|---|
dean-framework-project-1.0.2.pom | 5 KB |
Browse |
<!-- 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.2</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.2'
// https://jarcasting.com/artifacts/io.github.dean-lhb/dean-framework-project/
implementation ("io.github.dean-lhb:dean-framework-project:1.0.2")
'io.github.dean-lhb:dean-framework-project:pom:1.0.2'
<dependency org="io.github.dean-lhb" name="dean-framework-project" rev="1.0.2">
<artifact name="dean-framework-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.dean-lhb', module='dean-framework-project', version='1.0.2')
)
libraryDependencies += "io.github.dean-lhb" % "dean-framework-project" % "1.0.2"
[io.github.dean-lhb/dean-framework-project "1.0.2"]