| GroupId | GroupIdorg.minbox.framework | 
|---|---|
| ArtifactId | ArtifactIdapi-boot | 
| Version | Version2.3.2.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| api-boot-2.3.2.RELEASE.pom | |
| api-boot-2.3.2.RELEASE.jar | 55 KB | 
| api-boot-2.3.2.RELEASE-sources.jar | 38 KB | 
| api-boot-2.3.2.RELEASE-javadoc.jar | 322 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.minbox.framework/api-boot/ -->
<dependency>
    <groupId>org.minbox.framework</groupId>
    <artifactId>api-boot</artifactId>
    <version>2.3.2.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.minbox.framework/api-boot/
implementation 'org.minbox.framework:api-boot:2.3.2.RELEASE'// https://jarcasting.com/artifacts/org.minbox.framework/api-boot/
implementation ("org.minbox.framework:api-boot:2.3.2.RELEASE")'org.minbox.framework:api-boot:jar:2.3.2.RELEASE'<dependency org="org.minbox.framework" name="api-boot" rev="2.3.2.RELEASE">
  <artifact name="api-boot" type="jar" />
</dependency>@Grapes(
@Grab(group='org.minbox.framework', module='api-boot', version='2.3.2.RELEASE')
)libraryDependencies += "org.minbox.framework" % "api-boot" % "2.3.2.RELEASE"[org.minbox.framework/api-boot "2.3.2.RELEASE"]