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