JsonSchema
A Java implementation of the JSON Schema specification
| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJSON Data | 
        
| GroupId | GroupIdorg.xpertss | 
    
| ArtifactId | ArtifactIdjson-schema | 
    
| Last Version | Last Version1.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionorg.xpertss:json-schema 
            A Java implementation of the JSON Schema specification. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| json-schema-1.1.pom | |
| json-schema-1.1.jar | 375 KB | 
| json-schema-1.1-test-sources.jar | 271 KB | 
| json-schema-1.1-sources.jar | 260 KB | 
| json-schema-1.1-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.xpertss/json-schema/ -->
<dependency>
    <groupId>org.xpertss</groupId>
    <artifactId>json-schema</artifactId>
    <version>1.1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.xpertss/json-schema/
implementation 'org.xpertss:json-schema:1.1'
                // https://jarcasting.com/artifacts/org.xpertss/json-schema/
implementation ("org.xpertss:json-schema:1.1")
                'org.xpertss:json-schema:jar:1.1'
                <dependency org="org.xpertss" name="json-schema" rev="1.1">
  <artifact name="json-schema" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.xpertss', module='json-schema', version='1.1')
)
                libraryDependencies += "org.xpertss" % "json-schema" % "1.1"
                [org.xpertss/json-schema "1.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| javax.mail : mailapi | jar | 1.4.3 | 
| com.googlecode.libphonenumber : libphonenumber | jar | 8.0.0 | 
| com.github.java-json-tools : jackson-coreutils | jar | 1.9 | 
| com.github.fge : uri-template | jar | 0.9 | 
| org.mozilla : rhino | jar | 1.7.7.1 | 
| com.google.code.findbugs : jsr305 | jar | 3.0.1 | 
| net.sf.jopt-simple : jopt-simple | jar | 5.0.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.mockito : mockito-core | jar | 2.25.1 | 
| pl.pragmatists : JUnitParams | jar | 1.1.0 | 
| org.easytesting : fest-assert | jar | 1.4 | 
A Java implementation of the JSON Schema specification