kamon-io / sigar-loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sigar Loader Build Status

License

Documentation

Maven Central Artifacts

Getting Started

To get started with SBT, simply add the following to your build.sbt or pom.xml file:

libraryDependencies += "io.kamon" %% "sigar-loader" % "1.6.5-rev003"
<dependency>
  <groupId>io.kamon</groupId>
  <artifactId>sigar-loader</artifactId>
  <version>1.6.5-rev003</version>
</dependency>

About

License:Apache License 2.0


Languages

Language:Scala 51.7%Language:Java 48.3%