| License | 
                License
                                                        Public Domain                                                 
                             | 
        
|---|---|
| Categories | 
                CategoriesJSON Data | 
        
| GroupId | GroupIdorg.webjars | 
    
| ArtifactId | ArtifactIdjson | 
    
| Last Version | Last Version20121008-1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionJSON 
            WebJar for JSON 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| json-20121008-1.pom | |
| json-20121008-1.jar | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars/json/ -->
<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>json</artifactId>
    <version>20121008-1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.webjars/json/
implementation 'org.webjars:json:20121008-1'
                // https://jarcasting.com/artifacts/org.webjars/json/
implementation ("org.webjars:json:20121008-1")
                'org.webjars:json:jar:20121008-1'
                <dependency org="org.webjars" name="json" rev="20121008-1">
  <artifact name="json" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.webjars', module='json', version='20121008-1')
)
                libraryDependencies += "org.webjars" % "json" % "20121008-1"
                [org.webjars/json "20121008-1"]