SchXslt Skeleton
This Maven artifact repackages the "skeleton" XSLT implementation of ISO Schematron by Rick Jelliffe and many others.
| License | License | 
|---|---|
| GroupId | GroupIdname.dmaus.schxslt | 
| ArtifactId | ArtifactIdskeleton | 
| Last Version | Last Version1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSchXslt Skeleton Artifact Maven artifact for the Schematron "skeleton" implementation | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| skeleton-1.0.pom | |
| skeleton-1.0.jar | 82 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/name.dmaus.schxslt/skeleton/ -->
<dependency>
    <groupId>name.dmaus.schxslt</groupId>
    <artifactId>skeleton</artifactId>
    <version>1.0</version>
</dependency>// https://jarcasting.com/artifacts/name.dmaus.schxslt/skeleton/
implementation 'name.dmaus.schxslt:skeleton:1.0'// https://jarcasting.com/artifacts/name.dmaus.schxslt/skeleton/
implementation ("name.dmaus.schxslt:skeleton:1.0")'name.dmaus.schxslt:skeleton:jar:1.0'<dependency org="name.dmaus.schxslt" name="skeleton" rev="1.0">
  <artifact name="skeleton" type="jar" />
</dependency>@Grapes(
@Grab(group='name.dmaus.schxslt', module='skeleton', version='1.0')
)libraryDependencies += "name.dmaus.schxslt" % "skeleton" % "1.0"[name.dmaus.schxslt/skeleton "1.0"]This Maven artifact repackages the "skeleton" XSLT implementation of ISO Schematron by Rick Jelliffe and many others.