| License | License | 
|---|---|
| GroupId | GroupIdorg.minbox.framework | 
| ArtifactId | ArtifactIdapi-boot | 
| Last Version | Last Version2.3.8 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionApiBoot ApiBoot Starter / Plugin Parent | 
| Filename | Size | 
|---|---|
| api-boot-2.3.8.pom | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.minbox.framework/api-boot/ -->
<dependency>
    <groupId>org.minbox.framework</groupId>
    <artifactId>api-boot</artifactId>
    <version>2.3.8</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.minbox.framework/api-boot/
implementation 'org.minbox.framework:api-boot:2.3.8'// https://jarcasting.com/artifacts/org.minbox.framework/api-boot/
implementation ("org.minbox.framework:api-boot:2.3.8")'org.minbox.framework:api-boot:pom:2.3.8'<dependency org="org.minbox.framework" name="api-boot" rev="2.3.8">
  <artifact name="api-boot" type="pom" />
</dependency>@Grapes(
@Grab(group='org.minbox.framework', module='api-boot', version='2.3.8')
)libraryDependencies += "org.minbox.framework" % "api-boot" % "2.3.8"[org.minbox.framework/api-boot "2.3.8"]