| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.github.topikachu |
| ArtifactId | ArtifactIdJSONschema4-mapper |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJSONschema4-mapper
The goal of this project is to provide comprehensive, feature-complete and well-tested mapper from Java classes to JSON schema format.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| JSONschema4-mapper-0.0.1.pom | |
| JSONschema4-mapper-0.0.1.jar | 40 KB |
| JSONschema4-mapper-0.0.1-sources.jar | 19 KB |
| JSONschema4-mapper-0.0.1-javadoc.jar | 109 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.topikachu/JSONschema4-mapper/ -->
<dependency>
<groupId>com.github.topikachu</groupId>
<artifactId>JSONschema4-mapper</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.topikachu/JSONschema4-mapper/
implementation 'com.github.topikachu:JSONschema4-mapper:0.0.1'
// https://jarcasting.com/artifacts/com.github.topikachu/JSONschema4-mapper/
implementation ("com.github.topikachu:JSONschema4-mapper:0.0.1")
'com.github.topikachu:JSONschema4-mapper:jar:0.0.1'
<dependency org="com.github.topikachu" name="JSONschema4-mapper" rev="0.0.1">
<artifact name="JSONschema4-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.topikachu', module='JSONschema4-mapper', version='0.0.1')
)
libraryDependencies += "com.github.topikachu" % "JSONschema4-mapper" % "0.0.1"
[com.github.topikachu/JSONschema4-mapper "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.json : json | jar | 20140107 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| com.google.guava : guava | jar | 18.0 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| javax.validation : validation-api | jar | 1.1.0.Final |