Download oshi-core-3.4.4.jar file - Jar o

Jar examples for o:oshi-core

Description

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 3.4.4 in this page.

License

Eclipse Public License

Build File

You can use the following script to add oshi-core-3.4.4.jar to your project.

<dependency>
   <groupId>com.github.oshi</groupId>
   <artifactId>oshi-core</artifactId>
   <version>3.4.4</version>
</dependency>
compile group: 'com.github.oshi', name: 'oshi-core', version: '3.4.4'
libraryDependencies += "com.github.oshi" % "oshi-core" % "3.4.4"
<dependency org="com.github.oshi" name="oshi-core" rev="3.4.4"/>
@Grapes(@Grab(group='com.github.oshi', module='oshi-core', version='3.4.4'))
'com.github.oshi:oshi-core:jar:3.4.4'

Download

Click the following link to download the jar file.

oshi-core-3.4.4-javadoc.jar
oshi-core-3.4.4-sources.jar
oshi-core-3.4.4-test-javadoc.jar
oshi-core-3.4.4.jar
oshi-core-3.4.4.pom



Related Tutorials