Jar examples for o:oshi-core
A JNA-based (native) operating system information library for Java that aims to provide a cross-platform implementation to retrieve system information, such as version, memory, CPU, disk, battery, etc.
You can download jar file oshi-core 1.5.1 in this page.
Eclipse Public License
You can use the following script to add oshi-core-1.5.1.jar to your project.
<dependency> <groupId>com.github.dblock</groupId> <artifactId>oshi-core</artifactId> <version>1.5.1</version> </dependency>
compile group: 'com.github.dblock', name: 'oshi-core', version: '1.5.1'
libraryDependencies += "com.github.dblock" % "oshi-core" % "1.5.1"
<dependency org="com.github.dblock" name="oshi-core" rev="1.5.1"/>
@Grapes(@Grab(group='com.github.dblock', module='oshi-core', version='1.5.1'))
'com.github.dblock:oshi-core:jar:1.5.1'
Click the following link to download the jar file.
oshi-core-1.5.1-javadoc.jar