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