| License |
License |
|---|---|
| GroupId | GroupIdcom.github.oshi |
| ArtifactId | ArtifactIdoshi-core-shaded |
| Last Version | Last Version6.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionoshi-core-shaded
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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| oshi-core-shaded-6.1.0.pom | |
| oshi-core-shaded-6.1.0.jar | 698 KB |
| oshi-core-shaded-6.1.0-sources.jar | 63 KB |
| oshi-core-shaded-6.1.0-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.oshi/oshi-core-shaded/ -->
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core-shaded</artifactId>
<version>6.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.oshi/oshi-core-shaded/
implementation 'com.github.oshi:oshi-core-shaded:6.1.0'
// https://jarcasting.com/artifacts/com.github.oshi/oshi-core-shaded/
implementation ("com.github.oshi:oshi-core-shaded:6.1.0")
'com.github.oshi:oshi-core-shaded:jar:6.1.0'
<dependency org="com.github.oshi" name="oshi-core-shaded" rev="6.1.0">
<artifact name="oshi-core-shaded" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.oshi', module='oshi-core-shaded', version='6.1.0')
)
libraryDependencies += "com.github.oshi" % "oshi-core-shaded" % "6.1.0"
[com.github.oshi/oshi-core-shaded "6.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.oshi : oshi-core | jar | 6.1.0 |