| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJSON Data | 
        
| GroupId | GroupIdcom.thdlee | 
    
| ArtifactId | ArtifactIdTHDJson | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionTHDJson 
            A Java JSON serializer and deserializer 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| THDJson-1.0.pom | |
| THDJson-1.0.jar | 35 KB | 
| THDJson-1.0-sources.jar | 21 KB | 
| THDJson-1.0-javadoc.jar | 146 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.thdlee/THDJson/ -->
<dependency>
    <groupId>com.thdlee</groupId>
    <artifactId>THDJson</artifactId>
    <version>1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.thdlee/THDJson/
implementation 'com.thdlee:THDJson:1.0'
                // https://jarcasting.com/artifacts/com.thdlee/THDJson/
implementation ("com.thdlee:THDJson:1.0")
                'com.thdlee:THDJson:jar:1.0'
                <dependency org="com.thdlee" name="THDJson" rev="1.0">
  <artifact name="THDJson" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.thdlee', module='THDJson', version='1.0')
)
                libraryDependencies += "com.thdlee" % "THDJson" % "1.0"
                [com.thdlee/THDJson "1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |