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