| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.bithon | 
    
| ArtifactId | ArtifactIdbithon-server-collector | 
    
| Version | Version1.0.0-RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionserver-collector 
            Bithon Collector 
         | 
    
<!-- https://jarcasting.com/artifacts/org.bithon/bithon-server-collector/ -->
<dependency>
    <groupId>org.bithon</groupId>
    <artifactId>bithon-server-collector</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.bithon/bithon-server-collector/
implementation 'org.bithon:bithon-server-collector:1.0.0-RELEASE'
                // https://jarcasting.com/artifacts/org.bithon/bithon-server-collector/
implementation ("org.bithon:bithon-server-collector:1.0.0-RELEASE")
                'org.bithon:bithon-server-collector:jar:1.0.0-RELEASE'
                <dependency org="org.bithon" name="bithon-server-collector" rev="1.0.0-RELEASE">
  <artifact name="bithon-server-collector" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.bithon', module='bithon-server-collector', version='1.0.0-RELEASE')
)
                libraryDependencies += "org.bithon" % "bithon-server-collector" % "1.0.0-RELEASE"
                [org.bithon/bithon-server-collector "1.0.0-RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.cloud : spring-cloud-starter | jar | |
| org.springframework.kafka : spring-kafka | jar | |
| org.projectlombok : lombok | jar | 1.18.20 | 
| org.bithon : agent-rpc-thrift | jar | 1.0.0-RELEASE | 
| org.bithon : agent-rpc-brpc | jar | 1.0.0-RELEASE | 
| org.bithon.agent : agent-sentinel | jar | 1.0.0-RELEASE | 
| org.bithon : component-commons | jar | 1.0.0-RELEASE | 
| org.bithon : component-db | jar | 1.0.0-RELEASE | 
| com.github.ben-manes.caffeine : caffeine | jar | |
| javax.validation : validation-api | jar | |
| com.google.guava : guava | jar | 30.0-jre | 
| joda-time : joda-time | jar | 2.10.8 | 
| org.jetbrains : annotations | jar | RELEASE | 
| com.h2database : h2 | jar | 1.4.200 | 
| org.antlr : antlr4-runtime | jar | 4.9 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.1 |