| GroupId | GroupIdcom.github.dblock |
|---|---|
| ArtifactId | ArtifactIdoshi-core |
| Version | Version1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| oshi-core-1.3.pom | |
| oshi-core-1.3.jar | 75 KB |
| oshi-core-1.3-test-sources.jar | 5 KB |
| oshi-core-1.3-test-javadoc.jar | 54 KB |
| oshi-core-1.3-sources.jar | 64 KB |
| oshi-core-1.3-javadoc.jar | 390 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dblock/oshi-core/ -->
<dependency>
<groupId>com.github.dblock</groupId>
<artifactId>oshi-core</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dblock/oshi-core/
implementation 'com.github.dblock:oshi-core:1.3'
// https://jarcasting.com/artifacts/com.github.dblock/oshi-core/
implementation ("com.github.dblock:oshi-core:1.3")
'com.github.dblock:oshi-core:jar:1.3'
<dependency org="com.github.dblock" name="oshi-core" rev="1.3">
<artifact name="oshi-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dblock', module='oshi-core', version='1.3')
)
libraryDependencies += "com.github.dblock" % "oshi-core" % "1.3"
[com.github.dblock/oshi-core "1.3"]