License |
License |
---|---|
GroupId | GroupIdorg.wiztools |
ArtifactId | ArtifactIdxsd-gen |
Version | Version0.2.1 |
Type | Typejar |
Description |
Descriptionxsd-gen
Generate XSD from XML.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xsd-gen-0.2.1.pom | |
xsd-gen-0.2.1.jar | 12 KB |
xsd-gen-0.2.1-sources.jar | 5 KB |
xsd-gen-0.2.1-javadoc.jar | 41 KB |
xsd-gen-0.2.1-jar-with-dependencies.jar | 373 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wiztools/xsd-gen/ -->
<dependency>
<groupId>org.wiztools</groupId>
<artifactId>xsd-gen</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wiztools/xsd-gen/
implementation 'org.wiztools:xsd-gen:0.2.1'
// https://jarcasting.com/artifacts/org.wiztools/xsd-gen/
implementation ("org.wiztools:xsd-gen:0.2.1")
'org.wiztools:xsd-gen:jar:0.2.1'
<dependency org="org.wiztools" name="xsd-gen" rev="0.2.1">
<artifact name="xsd-gen" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wiztools', module='xsd-gen', version='0.2.1')
)
libraryDependencies += "org.wiztools" % "xsd-gen" % "0.2.1"
[org.wiztools/xsd-gen "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.wiztools.commons : wiztools-commons-lib | jar | 0.4.1 |
xom : xom | jar | 1.2.5 |
com.google.code.cli-parser : cli | jar | 7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |