| License |
License |
|---|---|
| GroupId | GroupIdcom.github.oshi |
| ArtifactId | ArtifactIdoshi-demo |
| Last Version | Last Version6.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionoshi-demo
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-demo-6.2.0.pom | |
| oshi-demo-6.2.0.jar | 676 KB |
| oshi-demo-6.2.0-sources.jar | 29 KB |
| oshi-demo-6.2.0-javadoc.jar | 465 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.oshi/oshi-demo/ -->
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-demo</artifactId>
<version>6.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.oshi/oshi-demo/
implementation 'com.github.oshi:oshi-demo:6.2.0'
// https://jarcasting.com/artifacts/com.github.oshi/oshi-demo/
implementation ("com.github.oshi:oshi-demo:6.2.0")
'com.github.oshi:oshi-demo:jar:6.2.0'
<dependency org="com.github.oshi" name="oshi-demo" rev="6.2.0">
<artifact name="oshi-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.oshi', module='oshi-demo', version='6.2.0')
)
libraryDependencies += "com.github.oshi" % "oshi-demo" % "6.2.0"
[com.github.oshi/oshi-demo "6.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.oshi : oshi-core | jar | 6.2.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.3 |
| org.slf4j : slf4j-simple | jar | 1.7.36 |
| org.jfree : jfreechart | jar | 1.5.3 |