| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.bithon | 
    
| ArtifactId | ArtifactIdcomponent-db | 
    
| Version | Version1.0.0-RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionBithon - Application Risk Management Platform 
         | 
    
| Filename | Size | 
|---|---|
| component-db-1.0.0-RELEASE.pom | |
| component-db-1.0.0-RELEASE.jar | 64 KB | 
| component-db-1.0.0-RELEASE-sources.jar | 40 KB | 
| component-db-1.0.0-RELEASE-javadoc.jar | 400 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.bithon/component-db/ -->
<dependency>
    <groupId>org.bithon</groupId>
    <artifactId>component-db</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.bithon/component-db/
implementation 'org.bithon:component-db:1.0.0-RELEASE'
                // https://jarcasting.com/artifacts/org.bithon/component-db/
implementation ("org.bithon:component-db:1.0.0-RELEASE")
                'org.bithon:component-db:jar:1.0.0-RELEASE'
                <dependency org="org.bithon" name="component-db" rev="1.0.0-RELEASE">
  <artifact name="component-db" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.bithon', module='component-db', version='1.0.0-RELEASE')
)
                libraryDependencies += "org.bithon" % "component-db" % "1.0.0-RELEASE"
                [org.bithon/component-db "1.0.0-RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-jooq | jar | 2.3.7.RELEASE | 
| org.springframework.boot : spring-boot-starter-jdbc | jar | 2.3.7.RELEASE | 
| com.alibaba : druid-spring-boot-starter | jar | 1.1.16 |