p

ph-schematron-xslt

Library for validating XML documents using the original Schematron implementation
https://github.com/phax/ph-schematron/ph-schematron-xslt
Apache 2
Philip Helger
Philip Helger
文件下载
文件名 操作
ph-schematron-xslt-6.3.2.jar 下载
ph-schematron-xslt-6.3.2.pom 下载
ph-schematron-xslt-6.3.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.helger.schematron</groupId>
  <artifactId>ph-schematron-xslt</artifactId>
  <version>6.3.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.helger.schematron:ph-schematron-xslt:6.3.2'
Gradle Kotlin
implementation("com.helger.schematron:ph-schematron-xslt:6.3.2")
Scala SBT
libraryDependencies += "com.helger.schematron" % "ph-schematron-xslt" % "6.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.helger.schematron', module='ph-schematron-xslt', version='6.3.2')
)
Apache Ivy
<dependency org="com.helger.schematron" name="ph-schematron-xslt" rev="6.3.2" />
Leiningen
[com.helger.schematron/ph-schematron-xslt "6.3.2"]
Apache Buildr
'com.helger.schematron:ph-schematron-xslt:jar:6.3.2'