| License |
License |
|---|---|
| GroupId | GroupIdcom.github.oshi |
| ArtifactId | ArtifactIdoshi-dist |
| Version | Version5.7.5 |
| Type | Typepom |
| Description |
DescriptionA 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-dist-5.7.5.pom | |
| oshi-dist-5.7.5.zip | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.oshi/oshi-dist/ -->
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-dist</artifactId>
<version>5.7.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.oshi/oshi-dist/
implementation 'com.github.oshi:oshi-dist:5.7.5'
// https://jarcasting.com/artifacts/com.github.oshi/oshi-dist/
implementation ("com.github.oshi:oshi-dist:5.7.5")
'com.github.oshi:oshi-dist:pom:5.7.5'
<dependency org="com.github.oshi" name="oshi-dist" rev="5.7.5">
<artifact name="oshi-dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.oshi', module='oshi-dist', version='5.7.5')
)
libraryDependencies += "com.github.oshi" % "oshi-dist" % "5.7.5"
[com.github.oshi/oshi-dist "5.7.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.oshi : oshi-core | jar | 5.7.5 |
| com.github.oshi : oshi-demo | jar | 5.7.5 |