License |
License |
---|---|
Categories |
CategoriesJSON Data Jackson |
GroupId | GroupIdcom.github.janlabrie |
ArtifactId | ArtifactIdjsonschema-module-jackson |
Last Version | Last Version4.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava JSON Schema Generator Module – jackson
Module for the jsonschema-generator – deriving JSON Schema attributes from jackson annotations
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.github.janlabrie/jsonschema-module-jackson/ -->
<dependency>
<groupId>com.github.janlabrie</groupId>
<artifactId>jsonschema-module-jackson</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.janlabrie/jsonschema-module-jackson/
implementation 'com.github.janlabrie:jsonschema-module-jackson:4.0.1'
// https://jarcasting.com/artifacts/com.github.janlabrie/jsonschema-module-jackson/
implementation ("com.github.janlabrie:jsonschema-module-jackson:4.0.1")
'com.github.janlabrie:jsonschema-module-jackson:jar:4.0.1'
<dependency org="com.github.janlabrie" name="jsonschema-module-jackson" rev="4.0.1">
<artifact name="jsonschema-module-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.janlabrie', module='jsonschema-module-jackson', version='4.0.1')
)
libraryDependencies += "com.github.janlabrie" % "jsonschema-module-jackson" % "4.0.1"
[com.github.janlabrie/jsonschema-module-jackson "4.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.janlabrie : jsonschema-generator | jar | 4.3.1 |
com.fasterxml.jackson.core : jackson-core | jar | 2.10.0 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.10.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 |
org.skyscreamer : jsonassert | jar | 1.5.0 |