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