| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.ethlo.schematools |
| ArtifactId | ArtifactIdjsons2xsd |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jsons2xsd-1.0.pom | |
| jsons2xsd-1.0.jar | 25 KB |
| jsons2xsd-1.0-sources.jar | 11 KB |
| jsons2xsd-1.0-javadoc.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ethlo.schematools/jsons2xsd/ -->
<dependency>
<groupId>com.ethlo.schematools</groupId>
<artifactId>jsons2xsd</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.schematools/jsons2xsd/
implementation 'com.ethlo.schematools:jsons2xsd:1.0'
// https://jarcasting.com/artifacts/com.ethlo.schematools/jsons2xsd/
implementation ("com.ethlo.schematools:jsons2xsd:1.0")
'com.ethlo.schematools:jsons2xsd:jar:1.0'
<dependency org="com.ethlo.schematools" name="jsons2xsd" rev="1.0">
<artifact name="jsons2xsd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.schematools', module='jsons2xsd', version='1.0')
)
libraryDependencies += "com.ethlo.schematools" % "jsons2xsd" % "1.0"
[com.ethlo.schematools/jsons2xsd "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-core | jar | |
| com.fasterxml.jackson.core : jackson-databind | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |