| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.github.houbb |
| ArtifactId | ArtifactIdjsons |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjsons
The data struct framework for java
|
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.houbb : heaven | jar | 0.1.118 |
| com.alibaba : fastjson | jar | 1.2.70 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |