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