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