| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJSON Data | 
        
| GroupId | GroupIdcc.plural | 
    
| ArtifactId | ArtifactIdjsonij | 
    
| Last Version | Last Version0.5.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionJSONiJ 
            JSONiJ - Simple and Fast JSON + Binary JSON Parsing with JPath. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| jsonij-0.5.2.pom | |
| jsonij-0.5.2.jar | 118 KB | 
| jsonij-0.5.2-sources.jar | 78 KB | 
| jsonij-0.5.2-javadoc.jar | 480 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cc.plural/jsonij/ -->
<dependency>
    <groupId>cc.plural</groupId>
    <artifactId>jsonij</artifactId>
    <version>0.5.2</version>
</dependency>
                // https://jarcasting.com/artifacts/cc.plural/jsonij/
implementation 'cc.plural:jsonij:0.5.2'
                // https://jarcasting.com/artifacts/cc.plural/jsonij/
implementation ("cc.plural:jsonij:0.5.2")
                'cc.plural:jsonij:jar:0.5.2'
                <dependency org="cc.plural" name="jsonij" rev="0.5.2">
  <artifact name="jsonij" type="jar" />
</dependency>
                @Grapes(
@Grab(group='cc.plural', module='jsonij', version='0.5.2')
)
                libraryDependencies += "cc.plural" % "jsonij" % "0.5.2"
                [cc.plural/jsonij "0.5.2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |