| Categories | CategoriesAuto Application Layer Libs Code Generators config Configuration | 
|---|---|
| GroupId | GroupIdorg.minbox.framework | 
| ArtifactId | ArtifactIdapi-boot-autoconfigure | 
| Version | Version2.3.3.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.minbox.framework/api-boot-autoconfigure/ -->
<dependency>
    <groupId>org.minbox.framework</groupId>
    <artifactId>api-boot-autoconfigure</artifactId>
    <version>2.3.3.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.minbox.framework/api-boot-autoconfigure/
implementation 'org.minbox.framework:api-boot-autoconfigure:2.3.3.RELEASE'// https://jarcasting.com/artifacts/org.minbox.framework/api-boot-autoconfigure/
implementation ("org.minbox.framework:api-boot-autoconfigure:2.3.3.RELEASE")'org.minbox.framework:api-boot-autoconfigure:jar:2.3.3.RELEASE'<dependency org="org.minbox.framework" name="api-boot-autoconfigure" rev="2.3.3.RELEASE">
  <artifact name="api-boot-autoconfigure" type="jar" />
</dependency>@Grapes(
@Grab(group='org.minbox.framework', module='api-boot-autoconfigure', version='2.3.3.RELEASE')
)libraryDependencies += "org.minbox.framework" % "api-boot-autoconfigure" % "2.3.3.RELEASE"[org.minbox.framework/api-boot-autoconfigure "2.3.3.RELEASE"]