License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.seepine |
ArtifactId | ArtifactIdjson |
Version | Version0.0.1 |
Type | Typejar |
Description |
Descriptionjson
json base on jackJson.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-0.0.1.pom | |
json-0.0.1.jar | 8 KB |
json-0.0.1-sources.jar | 4 KB |
json-0.0.1-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seepine/json/ -->
<dependency>
<groupId>com.seepine</groupId>
<artifactId>json</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.seepine/json/
implementation 'com.seepine:json:0.0.1'
// https://jarcasting.com/artifacts/com.seepine/json/
implementation ("com.seepine:json:0.0.1")
'com.seepine:json:jar:0.0.1'
<dependency org="com.seepine" name="json" rev="0.0.1">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seepine', module='json', version='0.0.1')
)
libraryDependencies += "com.seepine" % "json" % "0.0.1"
[com.seepine/json "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2.1 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.13.2 |