License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.codesnippets4all |
ArtifactId | ArtifactIdquick-json |
Version | Version1.0.4 |
Type | Typejar |
Description |
Descriptionquick-json
quick-json parser
|
Project URL |
Project URL |
Filename | Size |
---|---|
quick-json-1.0.4.pom | |
quick-json-1.0.4.jar | 45 KB |
quick-json-1.0.4-sources.jar | 37 KB |
quick-json-1.0.4-javadoc.jar | 229 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codesnippets4all/quick-json/ -->
<dependency>
<groupId>com.codesnippets4all</groupId>
<artifactId>quick-json</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.codesnippets4all/quick-json/
implementation 'com.codesnippets4all:quick-json:1.0.4'
// https://jarcasting.com/artifacts/com.codesnippets4all/quick-json/
implementation ("com.codesnippets4all:quick-json:1.0.4")
'com.codesnippets4all:quick-json:jar:1.0.4'
<dependency org="com.codesnippets4all" name="quick-json" rev="1.0.4">
<artifact name="quick-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codesnippets4all', module='quick-json', version='1.0.4')
)
libraryDependencies += "com.codesnippets4all" % "quick-json" % "1.0.4"
[com.codesnippets4all/quick-json "1.0.4"]