| License |
License
MIT License
|
|---|---|
| GroupId | GroupIdcom.github.nkutsche |
| ArtifactId | ArtifactIdxsd2svg |
| Version | Version1.1.0 |
| Type | Typejar |
| Description |
DescriptionXSD2SVG Content Model Graphic API
This project provides an XSLT API to generate SVG Content Model Graphics for XSD components.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| xsd2svg-1.1.0.pom | |
| xsd2svg-1.1.0.jar | 223 KB |
| xsd2svg-1.1.0-sources.jar | 211 KB |
| xsd2svg-1.1.0-sample.zip | 249 KB |
| xsd2svg-1.1.0-lib-package.zip | 5 MB |
| xsd2svg-1.1.0-javadoc.jar | 53 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nkutsche/xsd2svg/ -->
<dependency>
<groupId>com.github.nkutsche</groupId>
<artifactId>xsd2svg</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nkutsche/xsd2svg/
implementation 'com.github.nkutsche:xsd2svg:1.1.0'
// https://jarcasting.com/artifacts/com.github.nkutsche/xsd2svg/
implementation ("com.github.nkutsche:xsd2svg:1.1.0")
'com.github.nkutsche:xsd2svg:jar:1.1.0'
<dependency org="com.github.nkutsche" name="xsd2svg" rev="1.1.0">
<artifact name="xsd2svg" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nkutsche', module='xsd2svg', version='1.1.0')
)
libraryDependencies += "com.github.nkutsche" % "xsd2svg" % "1.1.0"
[com.github.nkutsche/xsd2svg "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-io : commons-io | jar | 2.5 |
| net.sf.saxon : Saxon-HE | jar | 10.5 |