| GroupId | GroupIdcom.github.dblock |
|---|---|
| ArtifactId | ArtifactIdoshi-dist |
| Version | Version3.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| oshi-dist-3.1.pom | |
| oshi-dist-3.1.zip | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dblock/oshi-dist/ -->
<dependency>
<groupId>com.github.dblock</groupId>
<artifactId>oshi-dist</artifactId>
<version>3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dblock/oshi-dist/
implementation 'com.github.dblock:oshi-dist:3.1'
// https://jarcasting.com/artifacts/com.github.dblock/oshi-dist/
implementation ("com.github.dblock:oshi-dist:3.1")
'com.github.dblock:oshi-dist:pom:3.1'
<dependency org="com.github.dblock" name="oshi-dist" rev="3.1">
<artifact name="oshi-dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dblock', module='oshi-dist', version='3.1')
)
libraryDependencies += "com.github.dblock" % "oshi-dist" % "3.1"
[com.github.dblock/oshi-dist "3.1"]