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