| License |
License
MIT
|
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.ethlo.json2xsd |
| ArtifactId | ArtifactIdjsons2xsd |
| Last Version | Last Version2.1.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-2.1.0.pom | |
| jsons2xsd-2.1.0.jar | 18 KB |
| jsons2xsd-2.1.0-sources.jar | 10 KB |
| jsons2xsd-2.1.0-javadoc.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ethlo.json2xsd/jsons2xsd/ -->
<dependency>
<groupId>com.ethlo.json2xsd</groupId>
<artifactId>jsons2xsd</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.json2xsd/jsons2xsd/
implementation 'com.ethlo.json2xsd:jsons2xsd:2.1.0'
// https://jarcasting.com/artifacts/com.ethlo.json2xsd/jsons2xsd/
implementation ("com.ethlo.json2xsd:jsons2xsd:2.1.0")
'com.ethlo.json2xsd:jsons2xsd:jar:2.1.0'
<dependency org="com.ethlo.json2xsd" name="jsons2xsd" rev="2.1.0">
<artifact name="jsons2xsd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.json2xsd', module='jsons2xsd', version='2.1.0')
)
libraryDependencies += "com.ethlo.json2xsd" % "jsons2xsd" % "2.1.0"
[com.ethlo.json2xsd/jsons2xsd "2.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | |
| com.sun.xsom : xsom | jar | 20140925 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 2.6.0 |