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