| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJSON Data | 
        
| GroupId | GroupIdcom.orgecc.klib | 
    
| ArtifactId | ArtifactIdklib-json | 
    
| Last Version | Last Version1.4.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Description[klib-json] JSON 
            Kotlin library with miscellaneous functions 
         | 
    
| Project Organization | 
                    Project Organizationorgecc | 
            
| Filename | Size | 
|---|---|
| klib-json-1.4.1.pom | |
| klib-json-1.4.1.jar | 27 KB | 
| klib-json-1.4.1-sources.jar | 3 KB | 
| klib-json-1.4.1-javadoc.jar | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.orgecc.klib/klib-json/ -->
<dependency>
    <groupId>com.orgecc.klib</groupId>
    <artifactId>klib-json</artifactId>
    <version>1.4.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.orgecc.klib/klib-json/
implementation 'com.orgecc.klib:klib-json:1.4.1'
                // https://jarcasting.com/artifacts/com.orgecc.klib/klib-json/
implementation ("com.orgecc.klib:klib-json:1.4.1")
                'com.orgecc.klib:klib-json:jar:1.4.1'
                <dependency org="com.orgecc.klib" name="klib-json" rev="1.4.1">
  <artifact name="klib-json" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.orgecc.klib', module='klib-json', version='1.4.1')
)
                libraryDependencies += "com.orgecc.klib" % "klib-json" % "1.4.1"
                [com.orgecc.klib/klib-json "1.4.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.orgecc.klib : klib-base | jar | 1.4.1 | 
| com.jsoniter : jsoniter | jar | 0.9.23 | 
| com.google.code.gson : gson | jar | 2.8.2 | 
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.50 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 | 
| net.javacrumbs.json-unit : json-unit | jar | 1.28.2 | 
| net.javacrumbs.json-unit : json-unit-fluent | jar | 1.28.2 | 
| org.assertj : assertj-core | jar | 3.15.0 |