| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJSON Данные |
| Группа | Группаcom.github.houbb |
| Идентификатор | Идентификаторjsons |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjsons
The data struct framework for java
|
| Имя Файла | Размер |
|---|---|
| jsons-0.0.1.pom | |
| jsons-0.0.1.jar | 6 KB |
| jsons-0.0.1-sources.jar | 4 KB |
| jsons-0.0.1-javadoc.jar | 74 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/jsons/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>jsons</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/jsons/
implementation 'com.github.houbb:jsons:0.0.1'
// https://jarcasting.com/artifacts/com.github.houbb/jsons/
implementation ("com.github.houbb:jsons:0.0.1")
'com.github.houbb:jsons:jar:0.0.1'
<dependency org="com.github.houbb" name="jsons" rev="0.0.1">
<artifact name="jsons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='jsons', version='0.0.1')
)
libraryDependencies += "com.github.houbb" % "jsons" % "0.0.1"
[com.github.houbb/jsons "0.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.houbb : heaven | jar | 0.1.118 |
| com.alibaba : fastjson | jar | 1.2.70 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |