| License | 
                License
                                                        AFL-2.1                                                 
                                    
                                                        BSD-3-Clause                                                 
                             | 
        
|---|---|
| Categories | 
                CategoriesJSON Data | 
        
| GroupId | GroupIdorg.webjars.npm | 
    
| ArtifactId | ArtifactIdjson-schema | 
    
| Last Version | Last Version0.4.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionjson-schema 
            WebJar for json-schema 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| json-schema-0.4.0.pom | |
| json-schema-0.4.0.jar | 46 KB | 
| json-schema-0.4.0-sources.jar | 22 bytes | 
| json-schema-0.4.0-javadoc.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/json-schema/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>json-schema</artifactId>
    <version>0.4.0</version>
</dependency>
                // https://jarcasting.com/artifacts/org.webjars.npm/json-schema/
implementation 'org.webjars.npm:json-schema:0.4.0'
                // https://jarcasting.com/artifacts/org.webjars.npm/json-schema/
implementation ("org.webjars.npm:json-schema:0.4.0")
                'org.webjars.npm:json-schema:jar:0.4.0'
                <dependency org="org.webjars.npm" name="json-schema" rev="0.4.0">
  <artifact name="json-schema" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.webjars.npm', module='json-schema', version='0.4.0')
)
                libraryDependencies += "org.webjars.npm" % "json-schema" % "0.4.0"
                [org.webjars.npm/json-schema "0.4.0"]