| Категории |
КатегорииJSON Данные |
|---|---|
| Группа | Группаcom.github.dblock |
| Идентификатор | Идентификаторoshi-json |
| Версия | Версия3.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| oshi-json-3.3.pom | |
| oshi-json-3.3.jar | 49 KB |
| oshi-json-3.3-test-javadoc.jar | 100 KB |
| oshi-json-3.3-sources.jar | 55 KB |
| oshi-json-3.3-javadoc.jar | 284 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.dblock/oshi-json/ -->
<dependency>
<groupId>com.github.dblock</groupId>
<artifactId>oshi-json</artifactId>
<version>3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dblock/oshi-json/
implementation 'com.github.dblock:oshi-json:3.3'
// https://jarcasting.com/artifacts/com.github.dblock/oshi-json/
implementation ("com.github.dblock:oshi-json:3.3")
'com.github.dblock:oshi-json:jar:3.3'
<dependency org="com.github.dblock" name="oshi-json" rev="3.3">
<artifact name="oshi-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dblock', module='oshi-json', version='3.3')
)
libraryDependencies += "com.github.dblock" % "oshi-json" % "3.3"
[com.github.dblock/oshi-json "3.3"]