is not current version
Last Version 2.3.8

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

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

GroupId

GroupId

org.minbox.framework
ArtifactId

ArtifactId

api-boot
Version

Version

2.1.7.RELEASE
Type

Type

pom

Download api-boot 2.1.7.RELEASE


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