License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.ejlchina |
ArtifactId | ArtifactIdjsonkit-core |
Last Version | Last Version1.3.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJsonKit Core
超轻量级 JSON 序列化与反序列化 门面工具
|
Filename | Size |
---|---|
jsonkit-core-1.3.3.pom | |
jsonkit-core-1.3.3.jar | 4 KB |
jsonkit-core-1.3.3-sources.jar | 2 KB |
jsonkit-core-1.3.3-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ejlchina/jsonkit-core/ -->
<dependency>
<groupId>com.ejlchina</groupId>
<artifactId>jsonkit-core</artifactId>
<version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.ejlchina/jsonkit-core/
implementation 'com.ejlchina:jsonkit-core:1.3.3'
// https://jarcasting.com/artifacts/com.ejlchina/jsonkit-core/
implementation ("com.ejlchina:jsonkit-core:1.3.3")
'com.ejlchina:jsonkit-core:jar:1.3.3'
<dependency org="com.ejlchina" name="jsonkit-core" rev="1.3.3">
<artifact name="jsonkit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ejlchina', module='jsonkit-core', version='1.3.3')
)
libraryDependencies += "com.ejlchina" % "jsonkit-core" % "1.3.3"
[com.ejlchina/jsonkit-core "1.3.3"]
Group / Artifact | Type | Version |
---|---|---|
com.ejlchina : data-core | jar | 1.4.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |