| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJSON Data | 
        
| GroupId | GroupIdcom.github.imifou | 
    
| ArtifactId | ArtifactIdjsonschema-module-addon | 
    
| Last Version | Last Version1.2.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionJava JSON Schema Generator Module - Addon 
            Module for the jsonschema-generator - deriving JSON Schema attributes from annotations 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.github.imifou/jsonschema-module-addon/ -->
<dependency>
    <groupId>com.github.imifou</groupId>
    <artifactId>jsonschema-module-addon</artifactId>
    <version>1.2.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.imifou/jsonschema-module-addon/
implementation 'com.github.imifou:jsonschema-module-addon:1.2.1'
                // https://jarcasting.com/artifacts/com.github.imifou/jsonschema-module-addon/
implementation ("com.github.imifou:jsonschema-module-addon:1.2.1")
                'com.github.imifou:jsonschema-module-addon:jar:1.2.1'
                <dependency org="com.github.imifou" name="jsonschema-module-addon" rev="1.2.1">
  <artifact name="jsonschema-module-addon" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.imifou', module='jsonschema-module-addon', version='1.2.1')
)
                libraryDependencies += "com.github.imifou" % "jsonschema-module-addon" % "1.2.1"
                [com.github.imifou/jsonschema-module-addon "1.2.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.victools : jsonschema-generator | jar | 4.1.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| pl.pragmatists : JUnitParams | jar | 1.1.1 | 
| org.mockito : mockito-core | jar | 2.27.0 |