| Categories |
CategoriesJSON Data |
|---|---|
| GroupId | GroupIdcom.github.oshi |
| ArtifactId | ArtifactIdoshi-json |
| Version | Version3.4.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| oshi-json-3.4.5.pom | |
| oshi-json-3.4.5.jar | 400 KB |
| oshi-json-3.4.5-test-javadoc.jar | 104 KB |
| oshi-json-3.4.5-sources.jar | 58 KB |
| oshi-json-3.4.5-javadoc.jar | 295 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.oshi/oshi-json/ -->
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-json</artifactId>
<version>3.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.oshi/oshi-json/
implementation 'com.github.oshi:oshi-json:3.4.5'
// https://jarcasting.com/artifacts/com.github.oshi/oshi-json/
implementation ("com.github.oshi:oshi-json:3.4.5")
'com.github.oshi:oshi-json:jar:3.4.5'
<dependency org="com.github.oshi" name="oshi-json" rev="3.4.5">
<artifact name="oshi-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.oshi', module='oshi-json', version='3.4.5')
)
libraryDependencies += "com.github.oshi" % "oshi-json" % "3.4.5"
[com.github.oshi/oshi-json "3.4.5"]