License |
License |
---|---|
GroupId | GroupIdname.dmaus.schxslt |
ArtifactId | ArtifactIdschxslt |
Version | Version1.7.4 |
Type | Typejar |
Description |
DescriptionSchXslt Core
An XSLT-based Schematron processor
|
Project URL |
Project URL |
Filename | Size |
---|---|
schxslt-1.7.4.pom | |
schxslt-1.7.4.jar | 25 KB |
schxslt-1.7.4-xslt-only.zip | 23 KB |
schxslt-1.7.4-xproc.zip | 27 KB |
schxslt-1.7.4-sources.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/name.dmaus.schxslt/schxslt/ -->
<dependency>
<groupId>name.dmaus.schxslt</groupId>
<artifactId>schxslt</artifactId>
<version>1.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/name.dmaus.schxslt/schxslt/
implementation 'name.dmaus.schxslt:schxslt:1.7.4'
// https://jarcasting.com/artifacts/name.dmaus.schxslt/schxslt/
implementation ("name.dmaus.schxslt:schxslt:1.7.4")
'name.dmaus.schxslt:schxslt:jar:1.7.4'
<dependency org="name.dmaus.schxslt" name="schxslt" rev="1.7.4">
<artifact name="schxslt" type="jar" />
</dependency>
@Grapes(
@Grab(group='name.dmaus.schxslt', module='schxslt', version='1.7.4')
)
libraryDependencies += "name.dmaus.schxslt" % "schxslt" % "1.7.4"
[name.dmaus.schxslt/schxslt "1.7.4"]