License |
License |
---|---|
GroupId | GroupIdcom.github.hengboy |
ArtifactId | ArtifactIdapi-boot-dependencies |
Last Version | Last Version0.1.1.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApiBoot是一款基于SpringBoot2.x的接口服务集成基础框架,
内部提供了第三方框架的封装集成,让接口开发者可以选着性完成开箱即用,
不再为搭建接口框架而犯愁,从而极大的提高开发效率。
|
Filename | Size |
---|---|
api-boot-dependencies-0.1.1.RELEASE.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hengboy/api-boot-dependencies/ -->
<dependency>
<groupId>com.github.hengboy</groupId>
<artifactId>api-boot-dependencies</artifactId>
<version>0.1.1.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hengboy/api-boot-dependencies/
implementation 'com.github.hengboy:api-boot-dependencies:0.1.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.hengboy/api-boot-dependencies/
implementation ("com.github.hengboy:api-boot-dependencies:0.1.1.RELEASE")
'com.github.hengboy:api-boot-dependencies:pom:0.1.1.RELEASE'
<dependency org="com.github.hengboy" name="api-boot-dependencies" rev="0.1.1.RELEASE">
<artifact name="api-boot-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hengboy', module='api-boot-dependencies', version='0.1.1.RELEASE')
)
libraryDependencies += "com.github.hengboy" % "api-boot-dependencies" % "0.1.1.RELEASE"
[com.github.hengboy/api-boot-dependencies "0.1.1.RELEASE"]