License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdio.apptik.json |
ArtifactId | ArtifactIdjson-core |
Version | Version1.1.0-alpha1 |
Type | Typejar |
Description |
DescriptionLightweight Json Library
Lightweight Json Library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-core-1.1.0-alpha1.pom | |
json-core-1.1.0-alpha1.jar | 57 KB |
json-core-1.1.0-alpha1-sources.jar | 55 KB |
json-core-1.1.0-alpha1-javadoc.jar | 124 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.apptik.json/json-core/ -->
<dependency>
<groupId>io.apptik.json</groupId>
<artifactId>json-core</artifactId>
<version>1.1.0-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/io.apptik.json/json-core/
implementation 'io.apptik.json:json-core:1.1.0-alpha1'
// https://jarcasting.com/artifacts/io.apptik.json/json-core/
implementation ("io.apptik.json:json-core:1.1.0-alpha1")
'io.apptik.json:json-core:jar:1.1.0-alpha1'
<dependency org="io.apptik.json" name="json-core" rev="1.1.0-alpha1">
<artifact name="json-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.apptik.json', module='json-core', version='1.1.0-alpha1')
)
libraryDependencies += "io.apptik.json" % "json-core" % "1.1.0-alpha1"
[io.apptik.json/json-core "1.1.0-alpha1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | [4,) |