| License |
License
MIT
|
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.ethlo.jsons2xsd |
| ArtifactId | ArtifactIdjsons2xsd |
| Last Version | Last Version2.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jsons2xsd-2.3.0.pom | |
| jsons2xsd-2.3.0.jar | 24 KB |
| jsons2xsd-2.3.0-sources.jar | 14 KB |
| jsons2xsd-2.3.0-javadoc.jar | 445 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ethlo.jsons2xsd/jsons2xsd/ -->
<dependency>
<groupId>com.ethlo.jsons2xsd</groupId>
<artifactId>jsons2xsd</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.jsons2xsd/jsons2xsd/
implementation 'com.ethlo.jsons2xsd:jsons2xsd:2.3.0'
// https://jarcasting.com/artifacts/com.ethlo.jsons2xsd/jsons2xsd/
implementation ("com.ethlo.jsons2xsd:jsons2xsd:2.3.0")
'com.ethlo.jsons2xsd:jsons2xsd:jar:2.3.0'
<dependency org="com.ethlo.jsons2xsd" name="jsons2xsd" rev="2.3.0">
<artifact name="jsons2xsd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.jsons2xsd', module='jsons2xsd', version='2.3.0')
)
libraryDependencies += "com.ethlo.jsons2xsd" % "jsons2xsd" % "2.3.0"
[com.ethlo.jsons2xsd/jsons2xsd "2.3.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 | 3.13.2 |