| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJSON Data | 
        
| GroupId | GroupIddev.javatools | 
    
| ArtifactId | ArtifactIdjson-sort | 
    
| Last Version | Last Version0.1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionjson-sort 
            This Java library contains the API to format and sort the Java maps and JSON fields. Will keep your data local when performing these operations. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| json-sort-0.1.0.pom | |
| json-sort-0.1.0.jar | 7 KB | 
| json-sort-0.1.0-sources.jar | 3 KB | 
| json-sort-0.1.0-javadoc.jar | 400 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/dev.javatools/json-sort/ -->
<dependency>
    <groupId>dev.javatools</groupId>
    <artifactId>json-sort</artifactId>
    <version>0.1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/dev.javatools/json-sort/
implementation 'dev.javatools:json-sort:0.1.0'
                // https://jarcasting.com/artifacts/dev.javatools/json-sort/
implementation ("dev.javatools:json-sort:0.1.0")
                'dev.javatools:json-sort:jar:0.1.0'
                <dependency org="dev.javatools" name="json-sort" rev="0.1.0">
  <artifact name="json-sort" type="jar" />
</dependency>
                @Grapes(
@Grab(group='dev.javatools', module='json-sort', version='0.1.0')
)
                libraryDependencies += "dev.javatools" % "json-sort" % "0.1.0"
                [dev.javatools/json-sort "0.1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.fasterxml.jackson.core : jackson-core | jar | [2.12.0,) | 
| com.fasterxml.jackson.core : jackson-databind | jar | [2.12.0,) | 
| org.slf4j : slf4j-api | jar | [1.7.30,) | 
| org.slf4j : slf4j-simple | jar | [1.7.30,) | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | [4.13.1,) |