| Categories | 
                CategoriesData | 
        
|---|---|
| GroupId | GroupIdorg.minbox.framework | 
    
| ArtifactId | ArtifactIdapi-boot-plugin-datasource-switch | 
    
| Version | Version2.1.6.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.minbox.framework/api-boot-plugin-datasource-switch/ -->
<dependency>
    <groupId>org.minbox.framework</groupId>
    <artifactId>api-boot-plugin-datasource-switch</artifactId>
    <version>2.1.6.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.minbox.framework/api-boot-plugin-datasource-switch/
implementation 'org.minbox.framework:api-boot-plugin-datasource-switch:2.1.6.RELEASE'
                // https://jarcasting.com/artifacts/org.minbox.framework/api-boot-plugin-datasource-switch/
implementation ("org.minbox.framework:api-boot-plugin-datasource-switch:2.1.6.RELEASE")
                'org.minbox.framework:api-boot-plugin-datasource-switch:jar:2.1.6.RELEASE'
                <dependency org="org.minbox.framework" name="api-boot-plugin-datasource-switch" rev="2.1.6.RELEASE">
  <artifact name="api-boot-plugin-datasource-switch" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.minbox.framework', module='api-boot-plugin-datasource-switch', version='2.1.6.RELEASE')
)
                libraryDependencies += "org.minbox.framework" % "api-boot-plugin-datasource-switch" % "2.1.6.RELEASE"
                [org.minbox.framework/api-boot-plugin-datasource-switch "2.1.6.RELEASE"]