Download oshi-core-2.3.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 2.3 in this page.

License

Eclipse Public License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials