is not current version
Last Version 2.3.8

org.minbox.framework:api-boot 0.1.1.RELEASE

ApiBoot是一款基于SpringBoot2.x的接口服务集成基础框架, 内部提供了第三方框架的封装集成,让接口开发者可以选着性完成开箱即用, 不再为搭建接口框架而犯愁,从而极大的提高开发效率。

GroupId

GroupId

org.minbox.framework
ArtifactId

ArtifactId

api-boot
Version

Version

0.1.1.RELEASE
Type

Type

pom

Download api-boot 0.1.1.RELEASE


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