is not current version
Last Version 2.3.8

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

预留starter父依赖

GroupId

GroupId

org.minbox.framework
ArtifactId

ArtifactId

api-boot-parent
Version

Version

0.1.1.RELEASE
Type

Type

pom

Download api-boot-parent 0.1.1.RELEASE


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