License |
License |
---|---|
GroupId | GroupIdcom.github.oshi |
ArtifactId | ArtifactIdoshi-core |
Last Version | Last Version6.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionoshi-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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
oshi-core-6.2.0.pom | |
oshi-core-6.2.0.jar | 649 KB |
oshi-core-6.2.0-test-javadoc.jar | 517 KB |
oshi-core-6.2.0-sources.jar | 605 KB |
oshi-core-6.2.0-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.oshi/oshi-core/ -->
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
<version>6.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.oshi/oshi-core/
implementation 'com.github.oshi:oshi-core:6.2.0'
// https://jarcasting.com/artifacts/com.github.oshi/oshi-core/
implementation ("com.github.oshi:oshi-core:6.2.0")
'com.github.oshi:oshi-core:jar:6.2.0'
<dependency org="com.github.oshi" name="oshi-core" rev="6.2.0">
<artifact name="oshi-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.oshi', module='oshi-core', version='6.2.0')
)
libraryDependencies += "com.github.oshi" % "oshi-core" % "6.2.0"
[com.github.oshi/oshi-core "6.2.0"]
Group / Artifact | Type | Version |
---|---|---|
net.java.dev.jna : jna | jar | 5.12.0 |
net.java.dev.jna : jna-platform | jar | 5.12.0 |
org.slf4j : slf4j-api | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.36 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.hamcrest : hamcrest | jar | 2.2 |