| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcom.github.hiwepy | 
    
| ArtifactId | ArtifactIdsigar-spring-boot-starter | 
    
| Version | Version1.0.0.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncom.github.hiwepy:sigar-spring-boot-starter 
            Spring Boot Starter For OS-level monitoring Whith Metrics + Hyperic Sigar 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/com.github.hiwepy/sigar-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.hiwepy</groupId>
    <artifactId>sigar-spring-boot-starter</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.hiwepy/sigar-spring-boot-starter/
implementation 'com.github.hiwepy:sigar-spring-boot-starter:1.0.0.RELEASE'
                // https://jarcasting.com/artifacts/com.github.hiwepy/sigar-spring-boot-starter/
implementation ("com.github.hiwepy:sigar-spring-boot-starter:1.0.0.RELEASE")
                'com.github.hiwepy:sigar-spring-boot-starter:jar:1.0.0.RELEASE'
                <dependency org="com.github.hiwepy" name="sigar-spring-boot-starter" rev="1.0.0.RELEASE">
  <artifact name="sigar-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.hiwepy', module='sigar-spring-boot-starter', version='1.0.0.RELEASE')
)
                libraryDependencies += "com.github.hiwepy" % "sigar-spring-boot-starter" % "1.0.0.RELEASE"
                [com.github.hiwepy/sigar-spring-boot-starter "1.0.0.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| javax.servlet : javax.servlet-api Optional | jar | 4.0.1 | 
| org.slf4j : slf4j-api | jar | 1.7.29 | 
| org.apache.commons : commons-lang3 | jar | 3.9 | 
| io.dropwizard.metrics : metrics-core | jar | 4.0.5 | 
| org.hyperic » sigar | jar | 1.6.5.132-6 | 
| com.github.hiwepy : sigar-native | jar | 1.0.3.RELEASE | 
| com.github.hiwepy : metrics-sigar2 | jar | 1.0.0.RELEASE | 
| org.springframework.boot : spring-boot-starter | jar | 2.2.2.RELEASE | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.2.2.RELEASE | 
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.2.2.RELEASE | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.hamcrest : hamcrest-core | jar | 2.1 | 
| org.hamcrest : hamcrest-library | jar | 2.1 | 
| org.mockito : mockito-core | jar | 3.1.0 | 
| org.slf4j : slf4j-simple | jar | 1.7.29 |