| License | License | 
|---|---|
| Categories | CategoriesAnt Build Tools | 
| GroupId | GroupIdcom.github.votoanthuan | 
| ArtifactId | ArtifactIdsigar | 
| Last Version | Last Version1.6.4 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSIGAR System Information Gatherer and Reporter | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| sigar-1.6.4.pom | |
| sigar-1.6.4.jar | 423 KB | 
| sigar-1.6.4-sources.jar | 1 MB | 
| sigar-1.6.4-native.jar | 2 MB | 
| sigar-1.6.4-javadoc.jar | 553 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.votoanthuan/sigar/ -->
<dependency>
    <groupId>com.github.votoanthuan</groupId>
    <artifactId>sigar</artifactId>
    <version>1.6.4</version>
</dependency>// https://jarcasting.com/artifacts/com.github.votoanthuan/sigar/
implementation 'com.github.votoanthuan:sigar:1.6.4'// https://jarcasting.com/artifacts/com.github.votoanthuan/sigar/
implementation ("com.github.votoanthuan:sigar:1.6.4")'com.github.votoanthuan:sigar:jar:1.6.4'<dependency org="com.github.votoanthuan" name="sigar" rev="1.6.4">
  <artifact name="sigar" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.votoanthuan', module='sigar', version='1.6.4')
)libraryDependencies += "com.github.votoanthuan" % "sigar" % "1.6.4"[com.github.votoanthuan/sigar "1.6.4"]